diff options
Diffstat (limited to 'src/actions.h')
-rw-r--r-- | src/actions.h | 25 |
1 files changed, 3 insertions, 22 deletions
diff --git a/src/actions.h b/src/actions.h index 4550d4c..881fe9d 100644 --- a/src/actions.h +++ b/src/actions.h @@ -17,7 +17,6 @@ #define ACTIONS_H #include "ckutil.h" -#include "clparser.h" #include "confparser.h" #define X(ACTION, MIN, MAX) \ @@ -67,29 +66,11 @@ struct ListOptions { int err; }; -/* init.c */ -int init_create_config_file(UserOpt *opt); - -/* add.c */ -AddOpt add_make_options(cklist *args); -void add_print_opts(AddOpt *opt); -int add_make_link(const AddOpt *opt, const Conf *conf); - -/* list.c */ -ListOpt list_make_options(cklist *args); - -/* restore.c */ -int restore_make_links(cklist *from, cklist *to); - -/************************/ -/* PRINT RESULTS & HELP */ -/************************/ +/**************/ +/* PRINT HELP */ +/**************/ #define X(ACTION, MIN, MAX) \ void print_##ACTION##_help(void); CK_ACTIONS #undef X - -void print_conf_help(void); -void print_verbose_help(void); - #endif /* ACTIONS_H */ |