diff options
Diffstat (limited to 'tcp.h')
-rw-r--r-- | tcp.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -25,7 +25,6 @@ void tcp_timer(struct ctx *c, const struct timespec *now); void tcp_defer_handler(struct ctx *c); void tcp_update_l2_buf(const unsigned char *eth_d, const unsigned char *eth_s); -int tcp_set_peek_offset(int s, int offset); extern bool peek_offset_cap; |