X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=ctdlsh%2Fsrc%2Fmain.c;h=f996e68ec756e2c4b55e16b43fdfa6737818623e;hb=3194caa9d0b019154b10c3213882082709cc646b;hp=33ccbda4fae732e90f40c1040e429da4f4840d87;hpb=eb73aed90fa82b42f105f639867f24df9728f80a;p=citadel.git diff --git a/ctdlsh/src/main.c b/ctdlsh/src/main.c index 33ccbda4f..f996e68ec 100644 --- a/ctdlsh/src/main.c +++ b/ctdlsh/src/main.c @@ -1,5 +1,5 @@ /* - * (c) 2009-2011 by Art Cancro and citadel.org + * (c) 2009-2012 by Art Cancro and citadel.org * This program is released under the terms of the GNU General Public License v3. */ @@ -80,7 +80,6 @@ char **ctdlsh_completion(const char *text, int start, int end) { } - void do_main_loop(int server_socket) { char *cmd = NULL; char prompt[1024]; @@ -125,6 +124,10 @@ void do_main_loop(int server_socket) { } } + +/* + * If you don't know what main() does by now you probably shouldn't be reading this code. + */ int main(int argc, char **argv) { int server_socket = 0;