more fiddling around with ctdlsh
[citadel.git] / ctdlsh / src / datetime.c
1 /*
2  * (c) 2009-2011 by Art Cancro and citadel.org
3  * This program is released under the terms of the GNU General Public License v3.
4  */
5
6 #include "ctdlsh.h"
7
8 int cmd_datetime(char *cmdbuf) {
9         abort();
10 }
11
12
13
14