aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h
index b21c6d5..86d77ea 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -14,6 +14,6 @@ double
parse_double(char *string, char *arg);
bool
-parse_color(char *arg, Color *c, int a);
+parse_color(char *hex, Color *color, signed alpha);
#endif