man(1): Lots of cleanup.
[dragonfly.git] / gnu / usr.bin / man / lib / gripes.h
1 /*
2  * gripes.h
3  *
4  * Copyright (c) 1990, 1991, John W. Eaton.
5  *
6  * You may distribute under the terms of the GNU General Public
7  * License as specified in the file COPYING that comes with the man
8  * distribution.
9  *
10  * John W. Eaton
11  * jwe@che.utexas.edu
12  * Department of Chemical Engineering
13  * The University of Texas at Austin
14  * Austin, Texas  78712
15  */
16
17 extern void gripe_no_name (char *);
18 extern void gripe_converting_name (char *, int);
19 extern void gripe_system_command (int);
20 extern void gripe_reading_man_file (char *);
21 extern void gripe_not_found (char *, char *);
22 extern void gripe_invalid_section (char *);
23 extern void gripe_manpath (void);
24 extern void gripe_alloc (int, const char *);
25 extern void gripe_incompatible (const char *);
26 extern void gripe_getting_mp_config (char *);
27 extern void gripe_reading_mp_config (char *);
28 extern void gripe_roff_command_from_file (char *);
29 extern void gripe_roff_command_from_env (void);
30 extern void gripe_roff_command_from_command_line (void);