Created SILC Client Libary by moving stuff from silc/ directory.
[silc.git] / apps / silc / screen.h
index 6ea20b6482827d52547e5def22db5af8fe4d801d..a1fe8ce32522b326703790a9ef2b092412f8cb89 100644 (file)
@@ -54,8 +54,8 @@ typedef struct {
 
   /* XXX */
   struct upper_status_line {
-    char *program_name;
-    char *program_version;
+    const char *program_name;
+    const char *program_version;
   } u_stat_line;
 
 } SilcScreenObject;