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 / LYHistory.h < prev    next >
C/C++ Source or Header  |  1998-03-25  |  623b  |  21 lines

  1.  
  2. #ifndef LYHISTORY_H
  3. #define LYHISTORY_H
  4.  
  5. #ifndef LYSTRUCTS_H
  6. #include <LYStructs.h>
  7. #endif /* LYSTRUCTS_H */
  8.  
  9. extern void LYAddVisitedLink PARAMS((document *doc));
  10. extern void LYpush PARAMS((document *doc, BOOLEAN force_push));
  11. extern void LYpop PARAMS((document *doc));
  12. extern void LYpop_num PARAMS((int number, document *doc));
  13. extern int showhistory PARAMS((char **newfile));
  14. extern BOOLEAN historytarget PARAMS((document *newdoc));
  15. extern int LYShowVisitedLinks PARAMS((char **newfile));
  16.  
  17. #define HISTORY_PAGE_TITLE  "Lynx History Page"
  18. #define VISITED_LINKS_TITLE  "Lynx Visited Links Page"
  19.  
  20. #endif /* LYHISTORY_H */
  21.