X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=textclient%2Fsrc%2Fcitadel_ipc.c;fp=textclient%2Fsrc%2Fcitadel_ipc.c;h=1225bf9877a3bd87a106e0af2dfd3b1a43ae8b7a;hp=ec23b1626829ecb2e1be9b1ca6d6d6ffc9a8df51;hb=f8d2e0562f12cc7c483df1be34dd5a0c3bf39dc0;hpb=5747f91e3c71cf1ecaa20bab38e74925c3f1271d diff --git a/textclient/src/citadel_ipc.c b/textclient/src/citadel_ipc.c index ec23b1626..1225bf987 100644 --- a/textclient/src/citadel_ipc.c +++ b/textclient/src/citadel_ipc.c @@ -1,5 +1,5 @@ /* - * 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. @@ -40,10 +40,7 @@ #include #endif #include -///#include "citadel.h" #include "citadel_ipc.h" -//#include "citadel_decls.h" -//#include "citadel_dirs.h" #ifdef THREADED_CLIENT pthread_mutex_t rwlock; #endif @@ -2277,22 +2274,6 @@ int CtdlIPCInternalProgram(CtdlIPC *ipc, int secret, char *cret) -/* - * Not implemented: - * - * CHAT - * ETLS - * EXPI - * GTLS - * IGAB - * MSG3 - * MSG4 - * NDOP - * NETP - * NUOP - * SMTP - */ - /* ************************************************************************** */ /* Stuff below this line is not for public consumption */