aboutsummaryrefslogtreecommitdiffstats
path: root/src/actionhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/actionhelper.h')
-rw-r--r--src/actionhelper.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/actionhelper.h b/src/actionhelper.h
index f046ec9..2db4eeb 100644
--- a/src/actionhelper.h
+++ b/src/actionhelper.h
@@ -17,6 +17,7 @@
#include "actions.h"
#include "ckutil.h"
#include "cklist.h"
+#include "dblayer.h"
/*******/
/* ADD */
@@ -38,14 +39,7 @@ extern DelOpt del_make_options(cklist *args);
/********/
/* EDIT */
/********/
-typedef enum edit_opt_return_code edit_rc;
-enum edit_opt_return_code {
- ERC_OK,
- ERC_SUGGESTIONS,
- ERC_ERR
-};
-
-extern edit_rc edit_get_config_or_suggestions(cklist* args, char *ret);
+extern void edit_print_suggested_configs(DB *db, const char *pName);
/********/
/* LIST */