From 6f319efab77e88e06acb689923ad619bf4c78304 Mon Sep 17 00:00:00 2001 From: gramanas Date: Sun, 15 Apr 2018 06:15:06 +0300 Subject: variable conf --- src/actions.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/actions.h') diff --git a/src/actions.h b/src/actions.h index 9fc0f45..f75dd80 100644 --- a/src/actions.h +++ b/src/actions.h @@ -17,4 +17,9 @@ CK_ACTIONS #undef X +#define X(ACTION) \ + extern void print_##ACTION##_result(int ok); +CK_ACTIONS +#undef X + #endif /* ACTIONS_H */ -- cgit v1.2.3