summaryrefslogtreecommitdiff
path: root/textscreen/txt_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'textscreen/txt_io.h')
-rw-r--r--textscreen/txt_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/txt_io.h b/textscreen/txt_io.h
index 78c68f46..dc25aa93 100644
--- a/textscreen/txt_io.h
+++ b/textscreen/txt_io.h
@@ -30,7 +30,7 @@
#include "txt_main.h"
void TXT_PutChar(int c);
-void TXT_Puts(char *s);
+void TXT_Puts(const char *s);
void TXT_GotoXY(int x, int y);
void TXT_GetXY(int *x, int *y);
void TXT_FGColor(txt_color_t color);