summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/lynx/src/LYSearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/lynx/src/LYSearch.h')
-rw-r--r--gnu/usr.bin/lynx/src/LYSearch.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/usr.bin/lynx/src/LYSearch.h b/gnu/usr.bin/lynx/src/LYSearch.h
new file mode 100644
index 00000000000..cff7b8065eb
--- /dev/null
+++ b/gnu/usr.bin/lynx/src/LYSearch.h
@@ -0,0 +1,20 @@
+
+#ifndef LYSEARCH_H
+#define LYSEARCH_H
+
+#ifndef LYSTRUCTS_H
+#include "LYStructs.h"
+#endif /* LYSTRUCT_H */
+
+extern BOOL textsearch PARAMS((document *cur_doc,
+ char *prev_target, BOOL next));
+
+#define IN_FILE 1
+#define IN_LINKS 2
+
+#ifndef NOT_FOUND
+#define NOT_FOUND 0
+#endif /* NOT_FOUND */
+
+
+#endif /* LYSEARCH_H */