summaryrefslogtreecommitdiff
path: root/src/cache/query.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-07-25 00:20:30 +0000
committerLaurent Bercot <ska@appnovation.com>2024-07-25 00:20:30 +0000
commitfc85d676b5ca3de92264dfcb41c98d7c9b0d1398 (patch)
treec9e77e23b9b2b35760f18ce8a7c36ab921b9905d /src/cache/query.c
parent8c9b0194063411882d3bbcec80d5e5c861d37544 (diff)
downloadshibari-fc85d676b5ca3de92264dfcb41c98d7c9b0d1398.tar.xz
More shibari-cache stuff
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/cache/query.c')
-rw-r--r--src/cache/query.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/cache/query.c b/src/cache/query.c
new file mode 100644
index 0000000..ad606e6
--- /dev/null
+++ b/src/cache/query.c
@@ -0,0 +1,16 @@
+/* ISC license. */
+
+#include "shibari-cache-internal.h"
+
+void query_fail (query *q)
+{
+}
+
+void query_success (query *q)
+{
+}
+
+int query_new (uint8_t source, uint16_t i, char const *ip, uint16_t port, char const *s, uint16_t len)
+{
+ return 1 ;
+}