mbed Connector Interface simplification API on top of mbed-client

Fork of mbedConnectorInterfaceV3 by Doug Anson

NOTE:

This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!

Revision:
103:33724194f316
Parent:
102:4eb8eff3431f
Child:
104:bc8bb28f0f4c
--- a/source/mbedEndpointNetwork.cpp	Thu Apr 20 21:42:47 2017 +0000
+++ b/source/mbedEndpointNetwork.cpp	Thu Apr 20 21:46:55 2017 +0000
@@ -54,7 +54,7 @@
 extern Logger logger;
 
 // EasyConnect reference
-extern "C" NetworkInterface *easy_connect(bool log_messages);
+extern NetworkInterface *easy_connect(bool log_messages);
 
 // endpoint instance 
 static void *_endpoint_instance = NULL;