diff options
Diffstat (limited to 'fw/fe310/eos/sock.h')
-rw-r--r-- | fw/fe310/eos/sock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fw/fe310/eos/sock.h b/fw/fe310/eos/sock.h index cec8aae..7461473 100644 --- a/fw/fe310/eos/sock.h +++ b/fw/fe310/eos/sock.h @@ -18,6 +18,7 @@ typedef struct EOSNetAddr { void eos_sock_init(void); void eos_sock_set_handler(unsigned char sock, eos_evt_handler_t handler); +eos_evt_handler_t eos_sock_get_handler(unsigned char sock); int eos_sock_open_udp(eos_evt_handler_t handler); void eos_sock_close(unsigned char sock); |