#ifndef LYHISTORY_H
#define LYHISTORY_H

#ifndef LYSTRUCTS_H
#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 int nhist_extra;

#endif /* LYHISTORY_H */

