summaryrefslogtreecommitdiff
path: root/src/cache/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cache/log.c')
-rw-r--r--src/cache/log.c30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/cache/log.c b/src/cache/log.c
new file mode 100644
index 0000000..bc67384
--- /dev/null
+++ b/src/cache/log.c
@@ -0,0 +1,30 @@
+/* ISC license. */
+
+#include <skalibs/fmtscan.h>
+#include <skalibs/strerr.h>
+#include <skalibs/ip46.h>
+
+#include "shibari-cache-internal.h"
+
+void log_tcptimeout (uint16_t i)
+{
+ if (g->verbosity >= 3)
+ {
+ }
+}
+
+void log_newtcp4 (char const *ip, uint16_t port)
+{
+ if (g->verbosity >= 3)
+ {
+ }
+}
+
+#ifdef SKALIBS_IPV6_ENABLED
+void log_newtcp6 (char const *ip, uint16_t port)
+{
+ if (g->verbosity >= 3)
+ {
+ }
+}
+#endif