]> code.citadel.org Git - citadel.git/blobdiff - textclient/src/include/client_chat.h
Ultra-simplification of the build system for the text client.
[citadel.git] / textclient / src / include / client_chat.h
diff --git a/textclient/src/include/client_chat.h b/textclient/src/include/client_chat.h
deleted file mode 100644 (file)
index 3ea65fc..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Copyright (c) 1987-2012 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.
- *
- *  This program is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU General Public License for more details.
- */
-
-void chatmode(CtdlIPC *ipc);
-void page_user(CtdlIPC *ipc);
-void quiet_mode(CtdlIPC *ipc);
-void stealth_mode(CtdlIPC *ipc);
-
-extern char last_paged[];