const fixes
diff --git a/apps/apps.c b/apps/apps.c
index b8d1c5f..988bb6e 100644
--- a/apps/apps.c
+++ b/apps/apps.c
@@ -1979,7 +1979,7 @@
 		}
 	}
 
-int parse_yesno(char *str, int def)
+int parse_yesno(const char *str, int def)
 	{
 	int ret = def;
 	if (str)