From bc25e14b448edb9f41260a23cf6567e6632db267 Mon Sep 17 00:00:00 2001 From: gramanas Date: Sun, 15 Apr 2018 00:43:08 +0300 Subject: dummy init done action parser conf parser db layer --- src/actions.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/actions.h (limited to 'src/actions.h') diff --git a/src/actions.h b/src/actions.h new file mode 100644 index 0000000..9fc0f45 --- /dev/null +++ b/src/actions.h @@ -0,0 +1,20 @@ +/* actions.h - Action parser for ck ----------------------------*- C -*- + * + * This file is part of ck, the config keeper + * + * --------------------------------------------------------------------- + * + * + * ------------------------------------------------------------------ */ +#ifndef ACTIONS_H +#define ACTIONS_H + +#include "actionparser.h" +#include "confparser.h" + +#define X(ACTION) \ + extern int run_##ACTION(UserOpt *, Conf *); +CK_ACTIONS +#undef X + +#endif /* ACTIONS_H */ -- cgit v1.2.3