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:
8:f950fb1b78c0
Parent:
1:16f0fb5b8d97
Child:
10:3f79b5e67c22
--- a/mbed-connector-interface/Utils.h	Sun Feb 21 19:05:14 2016 +0000
+++ b/mbed-connector-interface/Utils.h	Wed Feb 24 05:52:00 2016 +0000
@@ -24,7 +24,7 @@
 
 extern void *utils_init_endpoint(bool canActAsRouterNode);
 extern void utils_configure_endpoint(void *p);
-extern void utils_register_endpoint(void *p);
+extern void utils_build_endpoint(void *p);
 
 #endif // __UTILS_H__