use TCP to connect to mbed connector

Fork of mbedConnectorInterfaceWithDM by Doug Anson

Revision:
6:d4d1105a1777
Parent:
1:16f0fb5b8d97
Child:
8:f950fb1b78c0
--- a/mbed-connector-interface/mbedEndpointNetwork.h	Sun Feb 21 16:31:36 2016 +0000
+++ b/mbed-connector-interface/mbedEndpointNetwork.h	Sun Feb 21 18:48:07 2016 +0000
@@ -44,6 +44,7 @@
  extern "C" void net_stubs_plumb_network(void *p);                        					
  extern "C" void net_stubs_create_main_loop(Connector::Endpoint *endpoint);
  extern "C" void net_stubs_begin_main_loop(Connector::Endpoint *endpoint);
+ extern "C" void net_setup_deregistration_button(void *p);
  
  #endif // __MBED_ENDPOINT_NETWORK_H__