From 88fc89479b339b01bee77c0467cefe05017f4909 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 4 Apr 2016 18:26:40 +1200 Subject: Use getopt(3) to parse arguments instead --- fractal-gen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fractal-gen.h') diff --git a/fractal-gen.h b/fractal-gen.h index e0b69a8..a25063f 100644 --- a/fractal-gen.h +++ b/fractal-gen.h @@ -50,9 +50,9 @@ double power; typedef void* (*generator_func)(void *); -bool args_parse_okay(const int argc, const char **argv); +bool args_parse_okay(int argc, char **argv); generator_func select_generator(const char* name); - +void show_help(); #include "algorithms.h" -- cgit v1.1