X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=ctdlsh%2Fctdlsh.h;h=043d42b15b4cfe286c7e996e3e277148bb73d196;hb=HEAD;hp=07ea1356244730b4405ecdd9d78c30a38da394eb;hpb=2c3fce1fb19243c31309f75aaf64132a1278f4fe;p=citadel.git diff --git a/ctdlsh/ctdlsh.h b/ctdlsh/ctdlsh.h index 07ea13562..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 @@ -49,3 +49,7 @@ 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 *);