diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2003-04-28 01:28:08 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2003-04-28 01:28:08 -0400 |
commit | 03413d1c868839950b21fd0b10fa5f31fff83964 (patch) | |
tree | 69b5d38bd1d80a009b23a41cd40148e434e13e38 /src/LYMainLoop.h | |
parent | c812b42f4248ea1ab6641616f6aef08d402d9f92 (diff) | |
download | lynx-snapshots-03413d1c868839950b21fd0b10fa5f31fff83964.tar.gz |
snapshot of project "lynx", label v2-8-5dev_15
Diffstat (limited to 'src/LYMainLoop.h')
-rw-r--r-- | src/LYMainLoop.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/LYMainLoop.h b/src/LYMainLoop.h index c74e875a..6a548267 100644 --- a/src/LYMainLoop.h +++ b/src/LYMainLoop.h @@ -5,18 +5,20 @@ #include <HTUtils.h> #endif +extern BOOL LYMainLoop_pageDisplay PARAMS((int line_num)); extern BOOLEAN LYOpenTraceLog NOPARAMS; +extern char* LYDownLoadAddress NOPARAMS; extern int LYGetNewline NOPARAMS; extern int mainloop NOPARAMS; extern void HTAddGotoURL PARAMS((char *url)); extern void LYCloseTracelog NOPARAMS; -extern BOOL LYMainLoop_pageDisplay PARAMS((int line_num)); extern void LYSetNewline PARAMS((int value)); extern void handle_LYK_TRACE_TOGGLE NOPARAMS; extern void handle_LYK_WHEREIS PARAMS((int cmd, BOOLEAN *refresh_screen)); +extern void repaint_main_statusline PARAMS((int for_what)); + #ifdef SUPPORT_CHDIR extern void handle_LYK_CHDIR NOPARAMS; #endif -extern void repaint_main_statusline PARAMS((int for_what)); #endif /* LYMAINLOOP_H */ |