diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2001-02-27 02:52:48 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2001-02-27 02:52:48 -0500 |
commit | 4bb52da7b05bb0a4331325010be89a0c630f671c (patch) | |
tree | c5c252f662ff4ef165925f6f6d0419d285a01f92 /src/LYHistory.h | |
parent | affaa4f761ddf2c0edce3e00f3a989a0ef8a44d8 (diff) | |
download | lynx-snapshots-4bb52da7b05bb0a4331325010be89a0c630f671c.tar.gz |
snapshot of project "lynx", label v2-8-4dev_19
Diffstat (limited to 'src/LYHistory.h')
-rw-r--r-- | src/LYHistory.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/LYHistory.h b/src/LYHistory.h index f929e1d1..fecb67f9 100644 --- a/src/LYHistory.h +++ b/src/LYHistory.h @@ -8,14 +8,16 @@ extern BOOLEAN LYwouldPush PARAMS((CONST char *title, CONST char *docurl)); extern BOOLEAN historytarget PARAMS((document *newdoc)); extern int LYShowVisitedLinks PARAMS((char **newfile)); +extern int LYhist_next PARAMS((document *doc, document *newdoc)); +extern int LYpush PARAMS((document *doc, BOOLEAN force_push)); extern int showhistory PARAMS((char **newfile)); extern void LYAddVisitedLink PARAMS((document *doc)); +extern void LYhist_prev PARAMS((document *doc)); +extern void LYhist_prev_register PARAMS((document *doc)); extern void LYpop PARAMS((document *doc)); extern void LYpop_num PARAMS((int number, document *doc)); -extern void LYpush PARAMS((document *doc, BOOLEAN force_push)); - -extern void LYstore_message2 PARAMS((CONST char *message, CONST char *argument)); -extern void LYstore_message PARAMS((CONST char *message)); 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)); #endif /* LYHISTORY_H */ |