X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=ctdlsh%2Fctdlsh.h;fp=ctdlsh%2Fctdlsh.h;h=07ea1356244730b4405ecdd9d78c30a38da394eb;hp=14103fa1e7259ebbbdf532c250f5b0bab749e48d;hb=2c3fce1fb19243c31309f75aaf64132a1278f4fe;hpb=f9753f1cdcc59bbaf99e1179489712ded7e65c38 diff --git a/ctdlsh/ctdlsh.h b/ctdlsh/ctdlsh.h index 14103fa1e..07ea13562 100644 --- a/ctdlsh/ctdlsh.h +++ b/ctdlsh/ctdlsh.h @@ -22,6 +22,7 @@ #include #include #include +#include /* * 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 *);