More removal of $Id$ tags
[citadel.git] / citadel / textclient / routines.h
1 void edituser(CtdlIPC *ipc, int cmd);
2 void interr(int errnum);
3 int struncmp(char *lstr, char *rstr, int len);
4 int pattern(char *search, char *patn);
5 void enter_config(CtdlIPC* ipc, int mode);
6 void locate_host(CtdlIPC* ipc, char *hbuf);
7 void misc_server_cmd(CtdlIPC *ipc, char *cmd);
8 int nukedir(char *dirname);
9 void strproc(char *string);
10 void back(int spaces);
11 void progress(CtdlIPC* ipc, unsigned long curr, unsigned long cmax);
12 int set_attr(CtdlIPC *ipc, unsigned int sval, char *prompt, unsigned int sbit, int backwards);