New ctdlsh command "mailq" to show the outbound SMTP queue
[citadel.git] / ctdlsh / ctdlsh.h
index 14103fa1e7259ebbbdf532c250f5b0bab749e48d..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
@@ -47,3 +48,4 @@ 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 *);