aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
index 1e50975..ae9612e 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -3,6 +3,7 @@
#include <stdbool.h>
int parse_int(char *string, char *arg);
+unsigned int parse_uint(char *string, char *arg);
bool parse_color(char *arg, Color *c, int a);
#endif