diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2012-02-09 01:56:47 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2012-02-09 01:56:47 -0500 |
commit | 53628f60fd3902b835e8b6500bf5b4e2a584db97 (patch) | |
tree | 106ee46d10b868a92ff4a345b524bc8953171c53 /src/LYSearch.h | |
parent | f0a9358661ef1e5b61037c1862854c2f2acce2e0 (diff) | |
download | lynx-snapshots-53628f60fd3902b835e8b6500bf5b4e2a584db97.tar.gz |
snapshot of project "lynx", label v2-8-8dev_9l
Diffstat (limited to 'src/LYSearch.h')
-rw-r--r-- | src/LYSearch.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/LYSearch.h b/src/LYSearch.h index f9763301..798809a5 100644 --- a/src/LYSearch.h +++ b/src/LYSearch.h @@ -9,8 +9,7 @@ extern "C" { #endif extern BOOL textsearch(DocInfo *cur_doc, - char *prev_target, - int target_size, + bstring *prev_target, int direction); #define IN_FILE 1 |