diff options
Diffstat (limited to 'src/actionhelper.h')
-rw-r--r-- | src/actionhelper.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/actionhelper.h b/src/actionhelper.h index bfe0b85..4265691 100644 --- a/src/actionhelper.h +++ b/src/actionhelper.h @@ -53,6 +53,11 @@ extern void edit_print_suggested_configs(DB *db, const char *pName); /********/ extern ListOpt list_make_options(cklist *args); +/***********/ +/* RESTORE */ +/***********/ +extern int restore_make_links(cklist *from, cklist *to); + /************************/ /* PRINT RESULTS & HELP */ /************************/ |