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 / LYShowInfo.h < prev    next >
C/C++ Source or Header  |  1998-03-25  |  316b  |  17 lines

  1.  
  2. #ifndef LYSHOWINFO_H
  3. #define LYSHOWINFO_H
  4.  
  5. #ifndef LYSTRUCTS_H
  6. #include <LYStructs.h>
  7. #endif /* LYSTRUCTS_H */
  8.  
  9. extern int showinfo PARAMS((document *doc, int size_of_file, document *newdoc,
  10.                             char *owner_address));
  11.  
  12. #define SHOWINFO_TITLE "Information about the current document"
  13.  
  14.  
  15. #endif /* LYSHOWINFO_H */
  16.  
  17.