diff options
Diffstat (limited to 'src/actions.h')
-rw-r--r-- | src/actions.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 */ |