diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2006-08-31 23:47:16 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2006-08-31 23:47:16 -0400 |
commit | a8251776b87f78e47d3e73309177e3a4f59675bd (patch) | |
tree | b35d2bfe2dafc68aa43eb32dfb0134e08c7b90f9 /src/LYMainLoop.h | |
parent | 38fbf2f2474aa1e66883014080fc504475297c4f (diff) | |
download | lynx-snapshots-a8251776b87f78e47d3e73309177e3a4f59675bd.tar.gz |
snapshot of project "lynx", label v2-8-6dev_19
Diffstat (limited to 'src/LYMainLoop.h')
-rw-r--r-- | src/LYMainLoop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LYMainLoop.h b/src/LYMainLoop.h index 3c220ddf..bd2926a3 100644 --- a/src/LYMainLoop.h +++ b/src/LYMainLoop.h @@ -17,6 +17,7 @@ extern "C" { extern int LYGetNewline(void); extern int mainloop(void); extern void HTAddGotoURL(char *url); + extern void LYChgNewline(int adjust); extern void LYCloseTracelog(void); extern void LYSetNewline(int value); extern void handle_LYK_TRACE_TOGGLE(void); |