From 37623394d364b55aa8f949fd8aa51edf65d9da10 Mon Sep 17 00:00:00 2001 From: Anastasis Grammenos Date: Tue, 16 Oct 2018 23:39:34 +0300 Subject: move init helper to the helper file --- src/actionhelper.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/actionhelper.h') diff --git a/src/actionhelper.h b/src/actionhelper.h index d211df8..5bcb7ac 100644 --- a/src/actionhelper.h +++ b/src/actionhelper.h @@ -20,6 +20,12 @@ #include "cklist.h" #include "dblayer.h" +/********/ +/* INIT */ +/********/ + +extern int init_create_config_file(UserOpt *opt); + /*******/ /* ADD */ /*******/ -- cgit v1.2.3