summaryrefslogtreecommitdiffstats
path: root/nserver/src/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'nserver/src/protocol.h')
-rw-r--r--nserver/src/protocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nserver/src/protocol.h b/nserver/src/protocol.h
index 3d357d9..921640c 100644
--- a/nserver/src/protocol.h
+++ b/nserver/src/protocol.h
@@ -1,7 +1,9 @@
#ifndef _protocol_h
#define _protocol_h
+
#include <bstrlib.h>
+#include <darray.h>
#include <hashmap.h>
#include <stats.h>
#include <dbg.h>
@@ -11,6 +13,7 @@ int ssdelete(char *key);
int sssample(char *key, double s);
double ssmean(char *key);
char *ssdump(char *key);
+char *sslist();
#endif