diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-07-25 06:10:28 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2024-07-25 06:10:28 +0000 |
| commit | a788cfec66d6e672fd9bf2e1038d075b5318459a (patch) | |
| tree | 7610959f7fbc543d0834f4ed7f5d895402f17da2 /src/cache/query.c | |
| parent | 6b8bb38398e58539096fb054e354bddadda09f9b (diff) | |
| download | shibari-a788cfec66d6e672fd9bf2e1038d075b5318459a.tar.gz | |
More skeleton
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/cache/query.c')
| -rw-r--r-- | src/cache/query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache/query.c b/src/cache/query.c index 6c4bda8..8f5e423 100644 --- a/src/cache/query.c +++ b/src/cache/query.c @@ -38,7 +38,7 @@ uint16_t query_succeed (uint16_t id) return query_delete(q) ; } -int query_new (uint8_t source, uint16_t i, char const *ip, uint16_t port, char const *s, uint16_t len) +int query_new (uint8_t source, uint16_t i, char const *ip, uint16_t port, char const *buf, uint16_t len) { return 1 ; } |
