comparison lib/error.c @ 719:d9aac329ede7

Include error.h to align with libit -- under protest, François :-).
author Jim Meyering <jim@meyering.net>
date Wed, 09 Oct 1996 02:33:18 +0000
parents 7a4c77f099c7
children 3f555c6de1b9
comparison
equal deleted inserted replaced
718:81a39a75debd 719:d9aac329ede7
44 #endif 44 #endif
45 45
46 #ifndef _ 46 #ifndef _
47 # define _(String) String 47 # define _(String) String
48 #endif 48 #endif
49
50 /* Get prototypes for the functions defined here. */
51 #include <error.h>
49 52
50 /* If NULL, error will flush stdout, then print on stderr the program 53 /* If NULL, error will flush stdout, then print on stderr the program
51 name, a colon and a space. Otherwise, error will call this 54 name, a colon and a space. Otherwise, error will call this
52 function without parameters instead. */ 55 function without parameters instead. */
53 void (*error_print_progname) ( 56 void (*error_print_progname) (