aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.h
diff options
context:
space:
mode:
authorpowwow@askgustav.com <powwow@askgustav.com>2020-05-23 09:29:22 (GMT)
committerpowwow@askgustav.com <powwow@askgustav.com>2020-05-23 09:29:22 (GMT)
commit27595ac18f2c19e4cbfabb4fe2638e72366fd6cb (patch)
treed40d673421f2b069078d187ea8df8e644c1f079d /src/log.h
parentdf019a5895f7dd2d895c9a08503ce15965196e91 (diff)
downloadpowwow-27595ac18f2c19e4cbfabb4fe2638e72366fd6cb.zip
powwow-27595ac18f2c19e4cbfabb4fe2638e72366fd6cb.tar.gz
powwow-27595ac18f2c19e4cbfabb4fe2638e72366fd6cb.tar.bz2
minor beautifications
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);