Real zombies are undead, not the kind you see on TV.
[citadel.git] / ctdlsh / ctdlsh.h
index 14103fa1e7259ebbbdf532c250f5b0bab749e48d..043d42b15b4cfe286c7e996e3e277148bb73d196 100644 (file)
@@ -22,6 +22,7 @@
 #include <fcntl.h>
 #include <errno.h>
 #include <readline/readline.h>
+#include <libcitadel.h>
 
 /*
  * Set to the location of Citadel
@@ -47,3 +48,8 @@ int cmd_shutdown(int, char *);
 int cmd_who(int, char *);
 int cmd_export(int, char *);
 int cmd_config(int, char *);
+int cmd_mailq(int, char *);
+int sock_puts(int, char *);
+int sock_getln(int, char *, int);
+void sock_printf(int, const char *, ...);
+int uds_connectsock(char *);