diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-11-06 16:18:09 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-11-06 16:18:09 -0500 |
commit | 18024037b515bfff83e0230b35151babe6005e18 (patch) | |
tree | b8c80055282a00883284722a3dd6bb25234e07f0 /src/LYHistory.h | |
parent | 3d8ecbe48af249fa0d77ce4d273e32ce4b7e6e18 (diff) | |
download | lynx-snapshots-18024037b515bfff83e0230b35151babe6005e18.tar.gz |
snapshot of project "lynx", label v2-8-1dev_4
Diffstat (limited to 'src/LYHistory.h')
-rw-r--r-- | src/LYHistory.h | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/LYHistory.h b/src/LYHistory.h index 7593a2ca..3e5bf72b 100644 --- a/src/LYHistory.h +++ b/src/LYHistory.h @@ -1,3 +1,4 @@ + #ifndef LYHISTORY_H #define LYHISTORY_H @@ -5,13 +6,15 @@ #include <LYStructs.h> #endif /* LYSTRUCTS_H */ -extern BOOLEAN LYwouldPush PARAMS((char *title)); -extern BOOLEAN historytarget PARAMS((document *newdoc)); -extern int LYShowVisitedLinks PARAMS((char **newfile)); -extern int showhistory PARAMS((char **newfile)); 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 void LYpush PARAMS((document *doc, BOOLEAN force_push)); +extern int showhistory PARAMS((char **newfile)); +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 */ |