changed the default path to citadel in ctdlsh
[citadel.git] / ctdlsh / src / ctdlsh.h
index db607975acd250146c85482abefb8acd9c120562..5152bd942ec63541a23d0fa1fac38f55bc8c416b 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * main header file for ctdlsh
+ *
+ * Copyright (c) 2009-2012 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 <config.h>
 #include <stdlib.h>
 #include <unistd.h>
@@ -20,7 +28,7 @@
  * Set to the location of Citadel
  * FIXME this needs to be configurable
  */
-#define CTDLDIR        "/appl/citadel"
+#define CTDLDIR        "/usr/local/citadel"
 
 typedef int ctdlsh_cmdfunc_t(int, char *);
 
@@ -35,3 +43,4 @@ 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 *);