]> code.citadel.org Git - citadel.git/blobdiff - ctdlsh/ctdlsh.h
Deleted some system banners that are no longer referenced
[citadel.git] / ctdlsh / ctdlsh.h
index 722fa8395dd01afd14f42077ef8a348d40b8bc62..07ea1356244730b4405ecdd9d78c30a38da394eb 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
@@ -46,3 +47,5 @@ int cmd_passwd(int, char *);
 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 *);