aboutsummaryrefslogtreecommitdiff
path: root/fractal-gen.h
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-04-13 13:46:37 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-04-13 13:46:37 +1200
commit0f272f1492fd217e38eda4dcb6e1b8f1ff68e211 (patch)
tree4009e573c05873b0d166fbe3a25afeeea840d8a9 /fractal-gen.h
parent3af158a52067f68d63e2c55d7e36fab143140f6a (diff)
downloadfractal-gen-0f272f1492fd217e38eda4dcb6e1b8f1ff68e211.tar.xz
Ditch stdbool and EXIT_*
Diffstat (limited to 'fractal-gen.h')
-rw-r--r--fractal-gen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fractal-gen.h b/fractal-gen.h
index ef7c532..392f43a 100644
--- a/fractal-gen.h
+++ b/fractal-gen.h
@@ -48,7 +48,7 @@ char *argv0;
typedef void* (*generator_func)(void *);
-bool args_parse_okay(int argc, char **argv);
+int parse_args(int argc, char **argv);
generator_func select_generator(const char* name);
void show_help();