Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: mbed-connector-interface/mbedEndpointNetwork.h
- 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__