summaryrefslogtreecommitdiff
path: root/src/cache/tcpconnection.c
blob: d42060f1e436a73d7fa6ff13cb57e9d05fb9ba66 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 ;
}