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 / LYMap.h < prev    next >
C/C++ Source or Header  |  1998-01-16  |  427b  |  16 lines

  1.  
  2. #ifndef LYMAP_H
  3. #define LYMAP_H
  4.  
  5. extern BOOL LYMapsOnly;
  6.  
  7. extern void ImageMapList_free PARAMS((HTList * list));
  8. extern BOOL LYAddImageMap PARAMS((char *address, char *title,
  9.                   HTParentAnchor *node_anchor));
  10. extern BOOL LYAddMapElement PARAMS((char *map, char *address, char *title,
  11.                     HTParentAnchor *node_anchor,
  12.                     BOOL intern_flag));
  13. extern BOOL LYHaveImageMap PARAMS((char *address));
  14.  
  15. #endif /* LYMAP_H */
  16.