summaryrefslogtreecommitdiffstats
path: root/cmds/keystore/netkeystore.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/keystore/netkeystore.h')
-rw-r--r--cmds/keystore/netkeystore.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmds/keystore/netkeystore.h b/cmds/keystore/netkeystore.h
index d80ddae..e2ffd8b 100644
--- a/cmds/keystore/netkeystore.h
+++ b/cmds/keystore/netkeystore.h
@@ -25,6 +25,10 @@
#include "common.h"
+// for testing
+int parse_cmd(int argc, const char **argv, LPC_MARSHAL *cmd);
+void execute(LPC_MARSHAL *cmd, LPC_MARSHAL *reply);
+
static inline int readx(int s, void *_buf, int count)
{
char *buf = _buf;