aboutsummaryrefslogtreecommitdiffstats
path: root/src/actionhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/actionhelper.h')
-rw-r--r--src/actionhelper.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/actionhelper.h b/src/actionhelper.h
index 5bcb7ac..eb544ce 100644
--- a/src/actionhelper.h
+++ b/src/actionhelper.h
@@ -53,11 +53,12 @@ extern void edit_print_suggested_configs(DB *db, const char *pName);
/********/
extern ListOpt list_make_options(cklist *args);
-/*****************/
-/* PRINT RESULTS */
-/*****************/
+/************************/
+/* PRINT RESULTS & HELP */
+/************************/
#define X(ACTION) \
- extern void print_##ACTION##_result(int err);
+ extern void print_##ACTION##_result(int err); \
+ extern void print_##ACTION##_help(void);
CK_ACTIONS
#undef X