]> code.citadel.org Git - citadel.git/blobdiff - textclient/src/include/client_chat.h
Citadel Client: move into its own directory
[citadel.git] / textclient / src / include / client_chat.h
diff --git a/textclient/src/include/client_chat.h b/textclient/src/include/client_chat.h
new file mode 100644 (file)
index 0000000..3ea65fc
--- /dev/null
@@ -0,0 +1,18 @@
+/*
+ * 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[];