home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lynx2.8.1dev.10.tar.gz / lynx2.8.1dev.10.tar / lynx2-8 / src / LYPrint.h < prev    next >
C/C++ Source or Header  |  1998-03-25  |  304b  |  16 lines

  1.  
  2. #ifndef LYPRINT_H
  3. #define LYPRINT_H
  4.  
  5. #ifndef LYSTRUCTS_H
  6. #include <LYStructs.h>
  7. #endif /* LYSTRUCTS_H */
  8.  
  9. extern int printfile PARAMS((document *newdoc));
  10. extern int print_options PARAMS((char **newfile, int lines_in_file));
  11.  
  12. #define PRINT_OPTIONS_TITLE "Lynx Printing Options"
  13.  
  14. #endif /* LYPRINT_H */
  15.  
  16.