]> code.citadel.org Git - citadel.git/blobdiff - ctdlsh/src/datetime.c
more fiddling around with ctdlsh
[citadel.git] / ctdlsh / src / datetime.c
diff --git a/ctdlsh/src/datetime.c b/ctdlsh/src/datetime.c
new file mode 100644 (file)
index 0000000..a93e50e
--- /dev/null
@@ -0,0 +1,14 @@
+/*
+ * (c) 2009-2011 by Art Cancro and citadel.org
+ * This program is released under the terms of the GNU General Public License v3.
+ */
+
+#include "ctdlsh.h"
+
+int cmd_datetime(char *cmdbuf) {
+       abort();
+}
+
+
+
+