about summary refs log tree commit diff stats
path: root/src/LYMainLoop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYMainLoop.h')
-rw-r--r--src/LYMainLoop.h1
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);
81 82