diff options
Diffstat (limited to 'src/cache/tcpconnection.c')
| -rw-r--r-- | src/cache/tcpconnection.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cache/tcpconnection.c b/src/cache/tcpconnection.c index d42060f..bc77781 100644 --- a/src/cache/tcpconnection.c +++ b/src/cache/tcpconnection.c @@ -6,6 +6,11 @@ void tcpconnection_drop (tcpconnection *tc) { } +int tcpconnection_flush (tcpconnection *tc) +{ + return 1 ; +} + int tcpconnection_new (uint8_t source, uint16_t i, int fd, char const *ip, uint16_t port) { return 1 ; |
