home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / OS2 / MAN11A.ZIP / src / gripes.h < prev    next >
C/C++ Source or Header  |  1991-08-23  |  891b  |  31 lines

  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 ();
  18. extern void gripe_converting_name ();
  19. extern void gripe_system_command ();
  20. extern void gripe_reading_man_file ();
  21. extern void gripe_not_found ();
  22. extern void gripe_invalid_section ();
  23. extern void gripe_manpath ();
  24. extern void gripe_alloc ();
  25. extern void gripe_incompatible ();
  26. extern void gripe_getting_mp_config ();
  27. extern void gripe_reading_mp_config ();
  28. extern void gripe_roff_command_from_file ();
  29. extern void gripe_roff_command_from_env ();
  30. extern void gripe_roff_command_from_command_line ();
  31.