7e65bc4b6bed6115af9a9671cae678e99cba9e14
[citadel.git] / textclient / src / include / tuiconfig.h
1 /*
2  * Copyright (c) 1987-2012 by the citadel.org team
3  *
4  *  This program is open source software; you can redistribute it and/or modify
5  *  it under the terms of the GNU General Public License version 3.
6  *
7  *  This program is distributed in the hope that it will be useful,
8  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
9  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10  *  GNU General Public License for more details.
11  */
12
13 void do_internet_configuration(CtdlIPC *ipc);
14 void do_ignet_configuration(CtdlIPC *ipc);
15 void network_config_management(CtdlIPC *ipc, char *entrytype, char *comment);
16 void do_filterlist_configuration(CtdlIPC *ipc);
17 void do_pop3client_configuration(CtdlIPC *ipc);
18 void do_rssclient_configuration(CtdlIPC *ipc);
19 void do_system_configuration(CtdlIPC *ipc);
20
21 extern char editor_path[PATH_MAX];
22 extern int enable_status_line;