]> code.citadel.org Git - citadel.git/blobdiff - ctdlsh/src/ctdlsh.h
* Hillary Clinton is obviously sick right now. I hope she dies.
[citadel.git] / ctdlsh / src / ctdlsh.h
index 77ca9e7e9db5699c488d7d9a3f6e33442a544fad..d6261e9d181c2159dc0d2ccd4bc5f0ab006d1aa6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * main header file for ctdlsh
  *
- * Copyright (c) 2009-2012 by the citadel.org team
+ * 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.
  */
@@ -28,7 +28,9 @@
  * Set to the location of Citadel
  * FIXME this needs to be configurable
  */
-#define CTDLDIR        "/appl/citadel"
+#ifndef CTDLDIR
+#define CTDLDIR        "/usr/local/citadel"
+#endif
 
 typedef int ctdlsh_cmdfunc_t(int, char *);
 
@@ -43,3 +45,5 @@ 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 *);