summaryrefslogtreecommitdiff
path: root/shared-module/network/__init__.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared-module/network/__init__.h')
-rw-r--r--shared-module/network/__init__.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-module/network/__init__.h b/shared-module/network/__init__.h
index 00a3c3957..504065979 100644
--- a/shared-module/network/__init__.h
+++ b/shared-module/network/__init__.h
@@ -62,6 +62,7 @@ typedef struct _mod_network_nic_type_t {
int (*settimeout)(struct _mod_network_socket_obj_t *socket, mp_uint_t timeout_ms, int *_errno);
int (*ioctl)(struct _mod_network_socket_obj_t *socket, mp_uint_t request, mp_uint_t arg, int *_errno);
void (*timer_tick)(struct _mod_network_socket_obj_t *socket);
+ void (*deinit)(struct _mod_network_socket_obj_t *socket);
} mod_network_nic_type_t;
typedef struct _mod_network_socket_obj_t {