diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2001-06-03 21:17:35 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2001-06-03 21:17:35 -0400 |
commit | d1349dd61e0c9248ec9be3edaa37a67952e44300 (patch) | |
tree | cc38442efa38ebd0cbb683866bc0ac8caf066a69 /src/LYSearch.h | |
parent | 8c68f693cc82e6650afff52fe478c0ccde4bc015 (diff) | |
download | lynx-snapshots-d1349dd61e0c9248ec9be3edaa37a67952e44300.tar.gz |
snapshot of project "lynx", label v2-8-4dev_21
Diffstat (limited to 'src/LYSearch.h')
-rw-r--r-- | src/LYSearch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYSearch.h b/src/LYSearch.h index 89d21529..f917c615 100644 --- a/src/LYSearch.h +++ b/src/LYSearch.h @@ -7,7 +7,7 @@ #endif /* LYSTRUCT_H */ extern BOOL textsearch PARAMS((document *cur_doc, - char *prev_target, int target_size, BOOL next)); + char *prev_target, int target_size, int direction)); #define IN_FILE 1 #define IN_LINKS 2 |