summaryrefslogtreecommitdiff
path: root/src/cache/tcpconnection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cache/tcpconnection.c')
-rw-r--r--src/cache/tcpconnection.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/cache/tcpconnection.c b/src/cache/tcpconnection.c
new file mode 100644
index 0000000..d42060f
--- /dev/null
+++ b/src/cache/tcpconnection.c
@@ -0,0 +1,12 @@
+/* ISC license. */
+
+#include "shibari-cache-internal.h"
+
+void tcpconnection_drop (tcpconnection *tc)
+{
+}
+
+int tcpconnection_new (uint8_t source, uint16_t i, int fd, char const *ip, uint16_t port)
+{
+ return 1 ;
+}