1 1.1 christos *** gnulib/lib/error.h 2005-05-14 08:03:58.000000000 +0200 2 1.1 christos --- srclib/error.h 2005-05-20 23:06:02.000000000 +0200 3 1.1 christos *************** 4 1.1 christos *** 50,63 **** 5 1.1 christos /* If NULL, error will flush stdout, then print on stderr the program 6 1.1 christos name, a colon and a space. Otherwise, error will call this 7 1.1 christos function without parameters instead. */ 8 1.1 christos ! extern void (*error_print_progname) (void); 9 1.1 christos 10 1.1 christos /* This variable is incremented each time `error' is called. */ 11 1.1 christos ! extern unsigned int error_message_count; 12 1.1 christos 13 1.1 christos /* Sometimes we want to have at most one error per line. This 14 1.1 christos variable controls whether this mode is selected or not. */ 15 1.1 christos ! extern int error_one_per_line; 16 1.1 christos 17 1.1 christos #ifdef __cplusplus 18 1.1 christos } 19 1.1 christos --- 50,63 ---- 20 1.1 christos /* If NULL, error will flush stdout, then print on stderr the program 21 1.1 christos name, a colon and a space. Otherwise, error will call this 22 1.1 christos function without parameters instead. */ 23 1.1 christos ! extern DLL_VARIABLE void (*error_print_progname) (void); 24 1.1 christos 25 1.1 christos /* This variable is incremented each time `error' is called. */ 26 1.1 christos ! extern DLL_VARIABLE unsigned int error_message_count; 27 1.1 christos 28 1.1 christos /* Sometimes we want to have at most one error per line. This 29 1.1 christos variable controls whether this mode is selected or not. */ 30 1.1 christos ! extern DLL_VARIABLE int error_one_per_line; 31 1.1 christos 32 1.1 christos #ifdef __cplusplus 33 1.1 christos } 34