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 / LYList.h < prev    next >
C/C++ Source or Header  |  1997-11-04  |  264b  |  12 lines

  1.  
  2. #ifndef LYLIST_H
  3. #define LYLIST_H
  4.  
  5. extern char * LYlist_temp_url NOPARAMS;
  6. extern int showlist PARAMS((document *newdoc, BOOLEAN titles));
  7. extern void printlist PARAMS((FILE *fp, BOOLEAN titles));
  8.  
  9. #define LIST_PAGE_TITLE  "Lynx List Page"
  10.  
  11. #endif /* LYLIST_H */
  12.