]> code.citadel.org Git - citadel.git/blobdiff - textclient/src/include/messages.h
Ultra-simplification of the build system for the text client.
[citadel.git] / textclient / src / include / messages.h
diff --git a/textclient/src/include/messages.h b/textclient/src/include/messages.h
deleted file mode 100644 (file)
index e959acd..0000000
+++ /dev/null
@@ -1,35 +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.
- */
-
-
-#define MAXURLS                50      /* Max embedded URL's per message */
-extern int num_urls;
-extern char urls[MAXURLS][SIZ];
-
-int ka_system(char *shc);
-int entmsg(CtdlIPC *ipc, int is_reply, int c, int masquerade);
-void readmsgs(CtdlIPC *ipc, enum MessageList c, enum MessageDirection rdir, int q);
-void edit_system_message(CtdlIPC *ipc, char *which_message);
-pid_t ka_wait(int *kstatus);
-void list_urls(CtdlIPC *ipc);
-int client_make_message(CtdlIPC *ipc,
-                       char *filename,         /* temporary file name */
-                       char *recipient,        /* NULL if it's not mail */
-                       int anon_type,          /* see MES_ types in header file */
-                       int format_type,
-                       int mode,
-                       char *subject,
-                       int subject_required
-);
-void citedit(FILE *);
-char *load_message_from_file(FILE *src);
-int file_checksum(char *filename);