A small memory footprint AMQP implimentation

Dependents:   iothub_client_sample_amqp remote_monitoring simplesample_amqp

Revision:
5:ae49385aff34
Parent:
1:eab586236bfe
Child:
6:641a9672db08
--- a/header_detect_io.c	Tue Jun 07 10:49:20 2016 -0700
+++ b/header_detect_io.c	Fri Jul 01 10:42:48 2016 -0700
@@ -182,7 +182,7 @@
 	}
 }
 
-CONCRETE_IO_HANDLE headerdetectio_create(void* io_create_parameters, LOGGER_LOG logger_log)
+CONCRETE_IO_HANDLE headerdetectio_create(void* io_create_parameters)
 {
 	HEADER_DETECT_IO_INSTANCE* result;