aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-11-10 23:04:48 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-11-10 23:41:21 +0100
commit922137f64ae3f923cad45c1fa4af9502ed84e1a9 (patch)
tree3f61cc96beb67dcffe74b090f4aa8efcf8668e19 /src/utils.h
parent657a5d2cdad645ea94a0970262efa5bfa864af25 (diff)
downloadyawa-922137f64ae3f923cad45c1fa4af9502ed84e1a9.tar.xz
Move parse_color to utils.c
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