summaryrefslogtreecommitdiffstats
path: root/InfoScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'InfoScreen.h')
-rw-r--r--InfoScreen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/InfoScreen.h b/InfoScreen.h
index b9387cda..e5d6bb67 100644
--- a/InfoScreen.h
+++ b/InfoScreen.h
@@ -38,11 +38,11 @@ struct InfoScreen_ {
Vector* lines;
};
-extern InfoScreen* InfoScreen_init(InfoScreen* this, Process* process, FunctionBar* bar, int height, char* panelHeader);
+extern InfoScreen* InfoScreen_init(InfoScreen* this, Process* process, FunctionBar* bar, int height, const char* panelHeader);
extern InfoScreen* InfoScreen_done(InfoScreen* this);
-extern void InfoScreen_drawTitled(InfoScreen* this, char* fmt, ...);
+extern void InfoScreen_drawTitled(InfoScreen* this, const char* fmt, ...);
extern void InfoScreen_addLine(InfoScreen* this, const char* line);