aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.h b/src/log.h
index a5822b4..e80357c 100644
--- a/src/log.h
+++ b/src/log.h
@@ -12,7 +12,7 @@ void log_clearsleep(void);
void log_flush(void);
int log_getsize(void);
void log_resize(int newsize);
-void log_write(char *str, int len, int newline);
+void log_write(const char *str, int len, int newline);
void reprint_writeline(char *line);
char *reprint_getline(void);