From b5eba018a0a948d7757448d4cd70fe33cb6b71a0 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 27 Jan 2020 15:46:06 +0000 Subject: Add shibari, prepare for 2.3.2.0 --- src/caches/shibari.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/caches/shibari.c (limited to 'src/caches/shibari.c') diff --git a/src/caches/shibari.c b/src/caches/shibari.c new file mode 100644 index 0000000..77334f6 --- /dev/null +++ b/src/caches/shibari.c @@ -0,0 +1,14 @@ +/* ISC license. */ + +#include +#include + +#include + +#define USAGE "shibari [ -m max ] [ -i ipsend ] [ [ -u uid ] [ -g gid ] | [ -U ] ]" +#define dieusage() strerr_dieusage(100, USAGE) + +int main (int argc, char const *const *argv) +{ + return 0 ; +} -- cgit v1.2.3