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 25e51ee..1e50975 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -3,5 +3,6 @@
#include <stdbool.h>
int parse_int(char *string, char *arg);
+bool parse_color(char *arg, Color *c, int a);
#endif