diff options
author | 2019-06-09 23:08:36 +0300 | |
---|---|---|
committer | 2019-06-09 23:08:36 +0300 | |
commit | 7c5042af3c606081d3f4b917ef667f6ed05780a8 (patch) | |
tree | d6f7adcaca6cb22ca44002b41dba43e069ffbebd /src/device/device_network.h | |
parent | 613622e8cb3c1d32c50e19d7f446d0c00c91250e (diff) | |
download | usurpation-7c5042af3c606081d3f4b917ef667f6ed05780a8.tar.gz usurpation-7c5042af3c606081d3f4b917ef667f6ed05780a8.tar.bz2 usurpation-7c5042af3c606081d3f4b917ef667f6ed05780a8.zip |
hook various previously unused modules together.
This now allows us to send messages to the device and such. Yay? Yay.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'src/device/device_network.h')
-rw-r--r-- | src/device/device_network.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/device/device_network.h b/src/device/device_network.h index ae719f0..dbe77c2 100644 --- a/src/device/device_network.h +++ b/src/device/device_network.h @@ -32,7 +32,6 @@ void udp_init_packet(const int port); void udp_push(const void * const data, const size_t size); int udp_flush(void); size_t udp_get_data(char *buf, size_t size); -void discover_client(const int port); -IPAddress *get_daemon_address(void); +IPAddress *discover_client(const int port); #endif /* DEVICE_UDP_H */ |