diff options
Diffstat (limited to 'src/net/util.h')
| -rw-r--r-- | src/net/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/util.h b/src/net/util.h index 8b11e85..602ee53 100644 --- a/src/net/util.h +++ b/src/net/util.h @@ -60,3 +60,4 @@ int percent_decode(str* input, str** _output); int net_ctx_read(struct net_data* data, void* buffer, size_t c); int net_ctx_write(struct net_data* data, void* buffer, size_t c); +int net_ctx_close(struct net_data* data); |
