diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2004-04-27 20:26:05 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2004-04-27 20:26:05 -0400 |
commit | 2cd8e80bfe2792ce8999a26b34384598f58e3889 (patch) | |
tree | 780917a289058c7d05e893a8a1b3dc88d4a7030f /src/LYSearch.h | |
parent | bff0a2c0390cf1536254ea168d2581cc9550325f (diff) | |
download | lynx-snapshots-2cd8e80bfe2792ce8999a26b34384598f58e3889.tar.gz |
snapshot of project "lynx", label v2-8-6dev_2
Diffstat (limited to 'src/LYSearch.h')
-rw-r--r-- | src/LYSearch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYSearch.h b/src/LYSearch.h index e4dbd7a8..d6d50f2c 100644 --- a/src/LYSearch.h +++ b/src/LYSearch.h @@ -6,8 +6,8 @@ #include <LYStructs.h> #endif /* LYSTRUCT_H */ -extern BOOL textsearch PARAMS((DocInfo *cur_doc, - char *prev_target, int target_size, int direction)); +extern BOOL textsearch (DocInfo *cur_doc, + char *prev_target, int target_size, int direction); #define IN_FILE 1 #define IN_LINKS 2 |