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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nserver/src/protocol.h b/nserver/src/protocol.h
index 5b12bca..596f98b 100644
--- a/nserver/src/protocol.h
+++ b/nserver/src/protocol.h
@@ -23,6 +23,7 @@ double ssmean(char *key);
char *ssdump(char *key);
char *sslist();
int ssstore(char *key);
+int ssload(char *from, char *to);
#endif