diff options
Diffstat (limited to 'src/LYSearch.h')
-rw-r--r-- | src/LYSearch.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/LYSearch.h b/src/LYSearch.h index c95d59cd..17fd5dda 100644 --- a/src/LYSearch.h +++ b/src/LYSearch.h @@ -1,6 +1,13 @@ +/* + * $LynxId: LYSearch.h,v 1.12 2013/10/03 11:24:06 tom Exp $ + */ #ifndef LYSEARCH_H #define LYSEARCH_H +#ifndef HTFORMS_H +#include <HTForms.h> +#endif + #ifndef LYSTRUCTS_H #include <LYStructs.h> #endif /* LYSTRUCT_H */ @@ -8,6 +15,7 @@ #ifdef __cplusplus extern "C" { #endif + extern BOOL field_has_target(FormInfo * field, const char *target); extern BOOL textsearch(DocInfo *cur_doc, bstring **prev_target, int direction); |