summaryrefslogtreecommitdiffstats
path: root/apps/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.h')
-rw-r--r--apps/misc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/misc.h b/apps/misc.h
index 4d0226ae51..8dc61920c8 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -129,6 +129,7 @@ bool dir_exists(const char *path);
char *strip_extension(char* buffer, int buffer_size, const char *filename);
/* A simplified scanf */
-const char* parse_list(const char *fmt, const char sep, const char* str, ...);
+const char* parse_list(const char *fmt, unsigned int *valid_vals,
+ const char sep, const char* str, ...);
#endif /* MISC_H */