diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-01-29 21:25:58 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-01-29 21:25:58 -0500 |
commit | c3ec4181d988501e4d7116f32c669d5ca69e7060 (patch) | |
tree | 3a19fc17f13ca34edf02b209e19464f8041984cd /src/LYHistory.h | |
parent | 6bd78b38830217fa268e678d9637116ec516bf0e (diff) | |
download | lynx-snapshots-c3ec4181d988501e4d7116f32c669d5ca69e7060.tar.gz |
snapshot of project "lynx", label v2_6fm_970129
Diffstat (limited to 'src/LYHistory.h')
-rw-r--r-- | src/LYHistory.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/LYHistory.h b/src/LYHistory.h index 1271259b..caac9605 100644 --- a/src/LYHistory.h +++ b/src/LYHistory.h @@ -6,12 +6,15 @@ #include "LYStructs.h" #endif /* LYSTRUCTS_H */ -extern void LYpush PARAMS((document *doc)); +extern void LYAddVisitedLink PARAMS((document *doc)); +extern void LYpush PARAMS((document *doc, BOOLEAN force_push)); extern void LYpop PARAMS((document *doc)); extern void LYpop_num PARAMS((int number, document *doc)); extern int showhistory PARAMS((char **newfile)); -extern void historytarget PARAMS((document *newdoc)); +extern BOOLEAN historytarget PARAMS((document *newdoc)); +extern int LYShowVisitedLinks PARAMS((char **newfile)); #define HISTORY_PAGE_TITLE "Lynx History Page" +#define VISITED_LINKS_TITLE "Lynx Visited Links Page" #endif /* LYHISTORY_H */ |