X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=ctdlsh%2Fctdlsh.h;h=07ea1356244730b4405ecdd9d78c30a38da394eb;hb=HEAD;hp=722fa8395dd01afd14f42077ef8a348d40b8bc62;hpb=81ba4a49cd384ff484f6006fb508fc900d33a1af;p=citadel.git diff --git a/ctdlsh/ctdlsh.h b/ctdlsh/ctdlsh.h index 722fa8395..bbf03692c 100644 --- a/ctdlsh/ctdlsh.h +++ b/ctdlsh/ctdlsh.h @@ -1,7 +1,7 @@ /* * main header file for ctdlsh * - * Copyright (c) 2009-2013 by the citadel.org team + * Copyright (c) 2009-2023 by the citadel.org team * This program is open source software, cheerfully made available to * you under the terms of the GNU General Public License version 3. */ @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #include #include @@ -22,6 +22,7 @@ #include #include #include +#include /* * Set to the location of Citadel @@ -46,3 +47,9 @@ 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 *); +int sock_puts(int, char *); +int sock_getln(int, char *, int); +void sock_printf(int, const char *, ...); +int uds_connectsock(char *);