X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=ctdlsh%2Fctdlsh.h;h=07ea1356244730b4405ecdd9d78c30a38da394eb;hb=HEAD;hp=14103fa1e7259ebbbdf532c250f5b0bab749e48d;hpb=2a600892fe1808cebed70efa2d6248ca64e067a9;p=citadel.git diff --git a/ctdlsh/ctdlsh.h b/ctdlsh/ctdlsh.h index 14103fa1e..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 @@ -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 *);