X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=textclient%2Fsrc%2Frooms.c;h=7754316b02c5838c3d927936efd9f92e4e127d26;hp=b58db20ae57142d20088c478e498562d3cdae5cb;hb=f8d2e0562f12cc7c483df1be34dd5a0c3bf39dc0;hpb=5747f91e3c71cf1ecaa20bab38e74925c3f1271d diff --git a/textclient/src/rooms.c b/textclient/src/rooms.c index b58db20ae..7754316b0 100644 --- a/textclient/src/rooms.c +++ b/textclient/src/rooms.c @@ -1,7 +1,7 @@ /* * Client-side functions which perform room operations * - * 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. @@ -26,18 +26,13 @@ #include #include #include -//#include "citadel.h" #include "citadel_ipc.h" #include "citadel_decls.h" #include "rooms.h" #include "commands.h" #include "messages.h" #include "tuiconfig.h" -//#ifndef HAVE_SNPRINTF -//#include "snprintf.h" -//#endif #include "screen.h" -//#include "citadel_dirs.h" #define IFNEXPERT if ((userflags&US_EXPERT)==0)