summaryrefslogtreecommitdiffstats
path: root/include/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net.h')
-rw-r--r--include/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net.h b/include/net.h
index 3fbaf5c..dd02999 100644
--- a/include/net.h
+++ b/include/net.h
@@ -47,6 +47,5 @@ int net_getlastdata(int nd, char ** const data, size_t *recvsize);
int net_send(int nd, const char * const buf, size_t buf_size);
int net_send_addr(int nd, const char * const buf, size_t buf_size, const struct sockaddr_in * const addr);
-void net_flush_read_buffer(int nd);
#endif /* USURPATION_NET_H_INCLUDED */