Renderers cleanup part 2
[citadel.git] / textclient / src / include / routines2.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 void updatels(CtdlIPC *ipc);
13 void updatelsa(CtdlIPC *ipc);
14 void movefile(CtdlIPC *ipc);
15 void deletefile(CtdlIPC *ipc);
16 void netsendfile(CtdlIPC *ipc);
17 void entregis(CtdlIPC *ipc);
18 void subshell(void);
19 void upload(CtdlIPC *ipc, int c);
20 void cli_upload(CtdlIPC *ipc);
21 void validate(CtdlIPC *ipc);
22 void read_bio(CtdlIPC *ipc);
23 void cli_image_upload(CtdlIPC *ipc, char *keyname);
24 int room_prompt(unsigned int qrflags);
25 int val_user(CtdlIPC *ipc, char *user, int do_validate);