| 1 | --- a/gettext-tools/libgettextpo/error.h |
| 2 | +++ b/gettext-tools/libgettextpo/error.h |
| 3 | @@ -49,7 +49,7 @@ extern void error_at_line (int __status, |
| 4 | /* If NULL, error will flush stdout, then print on stderr the program |
| 5 | name, a colon and a space. Otherwise, error will call this |
| 6 | function without parameters instead. */ |
| 7 | -extern DLL_VARIABLE void (*error_print_progname) (void); |
| 8 | +void (*error_print_progname) (void); |
| 9 | |
| 10 | /* This variable is incremented each time `error' is called. */ |
| 11 | extern DLL_VARIABLE unsigned int error_message_count; |
| 12 | |