X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=textclient%2Fsrc%2Fmessages.c;fp=textclient%2Fsrc%2Fmessages.c;h=2e0d18ca5955bfbe089b9e040152b3f052c8916e;hp=5b694e85c58543c8d5ace6be545678625e5f84ca;hb=f8d2e0562f12cc7c483df1be34dd5a0c3bf39dc0;hpb=5747f91e3c71cf1ecaa20bab38e74925c3f1271d diff --git a/textclient/src/messages.c b/textclient/src/messages.c index 5b694e85c..2e0d18ca5 100644 --- a/textclient/src/messages.c +++ b/textclient/src/messages.c @@ -1,7 +1,7 @@ /* * Text client functions for reading and writing of messages * - * Copyright (c) 1987-2012 by the citadel.org team + * Copyright (c) 1987-2016 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3. @@ -43,16 +43,12 @@ #include #include -///#include "citadel.h" #include "citadel_ipc.h" #include "citadel_decls.h" #include "messages.h" #include "commands.h" #include "tuiconfig.h" #include "rooms.h" -//#ifndef HAVE_SNPRINTF -///#include "snprintf.h" -//#endif #include "screen.h" #define MAXWORDBUF SIZ