From d13a86674889793f5a6f44e609def3086430494d Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 5 Oct 2019 01:05:04 -0400 Subject: nserver/src/protocol.c: Update sscreate. * nserver/src/protocol.c (sscreate): Flesh it out. Initial version. * nserver/src/protocol.h: Include bstrlib, stats. --- nserver/src/protocol.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nserver/src/protocol.h') diff --git a/nserver/src/protocol.h b/nserver/src/protocol.h index 22355bd..3d357d9 100644 --- a/nserver/src/protocol.h +++ b/nserver/src/protocol.h @@ -1,7 +1,9 @@ #ifndef _protocol_h #define _protocol_h +#include #include +#include #include int sscreate(char *key); -- cgit v1.2.3