equal
deleted
inserted
replaced
18 #endif |
18 #endif |
19 |
19 |
20 extern int daemon_proc; |
20 extern int daemon_proc; |
21 |
21 |
22 void err_msg (const char *fmt, ...); |
22 void err_msg (const char *fmt, ...); |
23 |
|
24 void err_quit (const char *fmt, ...); |
23 void err_quit (const char *fmt, ...); |
25 |
|
26 void err_ret (const char *fmt, ...); |
24 void err_ret (const char *fmt, ...); |
27 |
|
28 void err_sys (const char *fmt, ...); |
25 void err_sys (const char *fmt, ...); |
29 |
|
30 void err_dump (const char *fmt, ...); |
26 void err_dump (const char *fmt, ...); |
31 |
27 |
32 #ifdef __CPLUSPLUS |
28 #ifdef __CPLUSPLUS |
33 } |
29 } |
34 #endif |
30 #endif |