]> andersk Git - moira.git/blame - include/com_err.h
added a declaration for canonicalize hostname
[moira.git] / include / com_err.h
CommitLineData
6e6374cb 1#include "mit-sipb-copyright.h"
2
3#ifdef __SABER__
4void com_err(char *, int, char *, ...);
5char *error_message(int);
6void perror(char *);
7/* too painful to do right. someday... */
8int (*com_err_hook)();
9int (*set_com_err_hook())();
10int (*reset_com_err_hook())();
11#else
12void com_err();
13char *error_message();
14void perror();
15int (*com_err_hook)();
16int (*set_com_err_hook())();
17int (*reset_com_err_hook())();
18#endif /* __SABER__ */
This page took 0.067391 seconds and 5 git commands to generate.