From dd0d4c75b2a78f2445eaf1f13bbaa644e578026a Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 11 Apr 2020 18:51:34 -0400 Subject: nserver: Add ssload. * nserver/src/protocol.c (ssload): New function definition. * nserver/src/protocol.h (ssload): New function declaration. * nserver/tests/protocol_tests.c (test_ssload): New test. --- nserver/src/protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nserver/src/protocol.h') 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 -- cgit v1.2.3