X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=ctdlsh%2Fsrc%2Fctdlsh.h;fp=ctdlsh%2Fsrc%2Fctdlsh.h;h=0000000000000000000000000000000000000000;hb=81ba4a49cd384ff484f6006fb508fc900d33a1af;hp=d6261e9d181c2159dc0d2ccd4bc5f0ab006d1aa6;hpb=0e679ba8cf047ca0b277421eb7872069cf04b640;p=citadel.git diff --git a/ctdlsh/src/ctdlsh.h b/ctdlsh/src/ctdlsh.h deleted file mode 100644 index d6261e9d1..000000000 --- a/ctdlsh/src/ctdlsh.h +++ /dev/null @@ -1,49 +0,0 @@ -/* - * main header file for ctdlsh - * - * Copyright (c) 2009-2013 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. - */ - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -/* - * Set to the location of Citadel - * FIXME this needs to be configurable - */ -#ifndef CTDLDIR -#define CTDLDIR "/usr/local/citadel" -#endif - -typedef int ctdlsh_cmdfunc_t(int, char *); - -enum ctdlsh_cmdfunc_return_values { - cmdret_ok, - cmdret_exit, - cmdret_error -}; - -int cmd_help(int, char *); -int cmd_quit(int, char *); -int cmd_datetime(int, char *); -int cmd_passwd(int, char *); -int cmd_shutdown(int, char *); -int cmd_who(int, char *); -int cmd_export(int, char *);