libpurple/protocols/zephyr/com_err.h

changeset 39819
3554dac2991b
parent 15435
4b933b06d75e
child 39829
ce056c64e426
equal deleted inserted replaced
39818:d63ceb45d88d 39819:3554dac2991b
6 * 6 *
7 * For copyright and distribution info, see the documentation supplied 7 * For copyright and distribution info, see the documentation supplied
8 * with this package. 8 * with this package.
9 */ 9 */
10 10
11 #ifndef __COM_ERR_H 11 #ifndef PURPLE_ZEPHYR_COM_ERR_H
12 #define __COM_ERR_H 12 #define PURPLE_ZEPHYR_COM_ERR_H
13 13
14 #define COM_ERR_BUF_LEN 25 14 #define COM_ERR_BUF_LEN 25
15 15
16 /* Use __STDC__ to guess whether we can use stdarg, prototypes, and const. 16 /* Use __STDC__ to guess whether we can use stdarg, prototypes, and const.
17 * This is a public header file, so autoconf can't help us here. */ 17 * This is a public header file, so autoconf can't help us here. */
33 error_handler_t set_com_err_hook ETP((error_handler_t)); 33 error_handler_t set_com_err_hook ETP((error_handler_t));
34 error_handler_t reset_com_err_hook ETP((void)); 34 error_handler_t reset_com_err_hook ETP((void));
35 35
36 #undef ETP 36 #undef ETP
37 37
38 #endif /* ! defined(__COM_ERR_H) */ 38 #endif /* PURPLE_ZEPHYR_COM_ERR_H */

mercurial