diff options
Diffstat (limited to 'apps/misc.h')
| -rw-r--r-- | apps/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/misc.h b/apps/misc.h index d0edb3d..8394a63 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -136,7 +136,7 @@ char *strip_extension(char* buffer, int buffer_size, const char *filename); * - valid_vals: value after the call to 'parse_list' */ #define LIST_VALUE_PARSED(setvals, position) ((setvals)&(1<<(position))) -const char* parse_list(const char *fmt, unsigned int *set_vals, +const char* parse_list(const char *fmt, uint32_t *set_vals, const char sep, const char* str, ...); #endif /* MISC_H */ |