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/LYHistory.h | |
parent | bff0a2c0390cf1536254ea168d2581cc9550325f (diff) | |
download | lynx-snapshots-2cd8e80bfe2792ce8999a26b34384598f58e3889.tar.gz |
snapshot of project "lynx", label v2-8-6dev_2
Diffstat (limited to 'src/LYHistory.h')
-rw-r--r-- | src/LYHistory.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/LYHistory.h b/src/LYHistory.h index fe12c1a3..c45fbc45 100644 --- a/src/LYHistory.h +++ b/src/LYHistory.h @@ -5,22 +5,22 @@ #include <LYStructs.h> #endif /* LYSTRUCTS_H */ -extern BOOLEAN LYwouldPush PARAMS((CONST char *title, CONST char *docurl)); -extern BOOLEAN historytarget PARAMS((DocInfo *newdoc)); -extern int LYShowVisitedLinks PARAMS((char **newfile)); -extern int LYhist_next PARAMS((DocInfo *doc, DocInfo *newdoc)); -extern int LYpush PARAMS((DocInfo *doc, BOOLEAN force_push)); -extern int showhistory PARAMS((char **newfile)); -extern void LYAddVisitedLink PARAMS((DocInfo *doc)); -extern void LYFreePostData PARAMS((DocInfo * data)); -extern void LYFreeDocInfo PARAMS((DocInfo * data)); -extern void LYhist_prev PARAMS((DocInfo *doc)); -extern void LYhist_prev_register PARAMS((DocInfo *doc)); -extern void LYpop PARAMS((DocInfo *doc)); -extern void LYpop_num PARAMS((int number, DocInfo *doc)); -extern void LYstatusline_messages_on_exit PARAMS((char **buf)); -extern void LYstore_message PARAMS((CONST char *message)); -extern void LYstore_message2 PARAMS((CONST char *message, CONST char *argument)); +extern BOOLEAN LYwouldPush (const char *title, const char *docurl); +extern BOOLEAN historytarget (DocInfo *newdoc); +extern int LYShowVisitedLinks (char **newfile); +extern int LYhist_next (DocInfo *doc, DocInfo *newdoc); +extern int LYpush (DocInfo *doc, BOOLEAN force_push); +extern int showhistory (char **newfile); +extern void LYAddVisitedLink (DocInfo *doc); +extern void LYFreePostData (DocInfo * data); +extern void LYFreeDocInfo (DocInfo * data); +extern void LYhist_prev (DocInfo *doc); +extern void LYhist_prev_register (DocInfo *doc); +extern void LYpop (DocInfo *doc); +extern void LYpop_num (int number, DocInfo *doc); +extern void LYstatusline_messages_on_exit (char **buf); +extern void LYstore_message (const char *message); +extern void LYstore_message2 (const char *message, const char *argument); extern int nhist_extra; |