diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-09-26 14:26:23 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-09-26 14:26:23 -0400 |
commit | bf9ea0cbb0562934c45170f94ebfe2ac609a44a8 (patch) | |
tree | f4bde48763d66ed00b176397aee2b3fd6e9fc7f5 /src/LYHistory.h | |
parent | 69a1a751cb798556c786e3ef66d473bf8a88abdc (diff) | |
download | lynx-snapshots-bf9ea0cbb0562934c45170f94ebfe2ac609a44a8.tar.gz |
snapshot of project "lynx", label v2-8-8dev_5e
Diffstat (limited to 'src/LYHistory.h')
-rw-r--r-- | src/LYHistory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYHistory.h b/src/LYHistory.h index 260ba45e..68ec5248 100644 --- a/src/LYHistory.h +++ b/src/LYHistory.h @@ -1,5 +1,5 @@ /* - * $LynxId: LYHistory.h,v 1.20 2009/06/07 16:57:13 tom Exp $ + * $LynxId: LYHistory.h,v 1.21 2010/09/25 00:45:55 tom Exp $ */ #ifndef LYHISTORY_H #define LYHISTORY_H @@ -15,7 +15,7 @@ extern "C" { 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 LYpush(DocInfo *doc, int force_push); extern int showhistory(char **newfile); extern void LYAddVisitedLink(DocInfo *doc); extern void LYAllocHistory(int entries); |