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

  1.  
  2. #ifndef LYSEARCH_H
  3. #define LYSEARCH_H
  4.  
  5. #ifndef LYSTRUCTS_H
  6. #include <LYStructs.h>
  7. #endif /* LYSTRUCT_H */
  8.  
  9. extern BOOL textsearch PARAMS((document *cur_doc,
  10.                    char *prev_target, BOOL next));
  11.  
  12. #define IN_FILE 1
  13. #define IN_LINKS 2
  14.  
  15. #ifndef NOT_FOUND
  16. #define NOT_FOUND 0
  17. #endif /* NOT_FOUND */
  18.  
  19.  
  20. #endif /* LYSEARCH_H */
  21.