diff options
author | 2019-05-28 21:42:53 +0300 | |
---|---|---|
committer | 2019-05-28 21:42:53 +0300 | |
commit | b4855908d867e86de77dbda29a39a625111249ef (patch) | |
tree | 7431295051e2991562e41c6b645cebc747c91ee7 /src/device/device_network.h | |
parent | 078a767c5a878fc5fb7b851a5a4b68590a78bca9 (diff) | |
download | usurpation-b4855908d867e86de77dbda29a39a625111249ef.tar.gz usurpation-b4855908d867e86de77dbda29a39a625111249ef.tar.bz2 usurpation-b4855908d867e86de77dbda29a39a625111249ef.zip |
Screen: very shoddy implementation of message code.
Signed-off-by: Ramūnas Mažeikis <ramunasnezinomas@gmail.com>
Diffstat (limited to 'src/device/device_network.h')
-rw-r--r-- | src/device/device_network.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/device_network.h b/src/device/device_network.h index d8f41a1..92af429 100644 --- a/src/device/device_network.h +++ b/src/device/device_network.h @@ -31,6 +31,7 @@ void udp_init(const int port); 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); |