Renderers cleanup part 2
[citadel.git] / textclient / src / include / routines.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 edituser(CtdlIPC *ipc, int cmd);
14 void interr(int errnum);
15 int struncmp(char *lstr, char *rstr, int len);
16 int pattern(char *search, char *patn);
17 void enter_config(CtdlIPC* ipc, int mode);
18 void locate_host(CtdlIPC* ipc, char *hbuf);
19 void misc_server_cmd(CtdlIPC *ipc, char *cmd);
20 int nukedir(char *dirname);
21 void strproc(char *string);
22 void back(int spaces);
23 void progress(CtdlIPC* ipc, unsigned long curr, unsigned long cmax);
24 int set_attr(CtdlIPC *ipc, unsigned int sval, char *prompt, unsigned int sbit, int backwards);