]> andersk Git - moira.git/blame - update/update_server.h
Command line printer manipulation client, and build goo.
[moira.git] / update / update_server.h
CommitLineData
7ac48069 1/* prototypes for the update_server */
2
85330553 3void auth_002(int conn, char *str);
991417e4 4void auth_003(int conn, char *str);
85330553 5void exec_002(int conn, char *str);
6void xfer_002(int conn, char *str);
7void xfer_003(int conn, char *str);
7ac48069 8
9/* from checksum.c */
85330553 10long checksum_file(char *path);
7ac48069 11
12/* from config.c */
13char *config_lookup(char *key);
14
15/* from get_file.c */
85330553 16int get_file(int conn, char *pathname, int file_size, int checksum,
7ac48069 17 int mode, int encrypt);
18
19/* from log.c */
20void mr_update_initialize(void);
21void mr_log_error(char *msg);
22void mr_log_warning(char *msg);
23void mr_log_info(char *msg);
24void mr_debug(char *msg);
25
26/* from update_server.c */
27void initialize(void);
85330553 28int send_ok(int conn);
29void quit(int conn, char *str);
7ac48069 30void lose(char *msg);
31void report_error(char *msg);
32void reject_call(int c);
85330553 33
34extern char *whoami, *hostname;
35extern int have_authorization, uid;
This page took 0.077302 seconds and 5 git commands to generate.