diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2018-04-22 05:47:33 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2018-04-22 05:47:33 +0300 |
commit | eeca7f0151d85d563d1db229e3b7ca936323ffa2 (patch) | |
tree | 32e57172bd786daed9ac4251b3c5edf09c49d242 /src/actions.h | |
parent | 3560d8be4b833e888e8386a3dc641fa164b4b808 (diff) | |
download | ck-eeca7f0151d85d563d1db229e3b7ca936323ffa2.tar.gz ck-eeca7f0151d85d563d1db229e3b7ca936323ffa2.tar.bz2 ck-eeca7f0151d85d563d1db229e3b7ca936323ffa2.zip |
First steps towards adding to the db
Diffstat (limited to 'src/actions.h')
-rw-r--r-- | src/actions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.h b/src/actions.h index b9d2192..e7e5636 100644 --- a/src/actions.h +++ b/src/actions.h @@ -23,7 +23,7 @@ CK_ACTIONS #undef X -#define X(ACTION) \ +#define X(ACTION) \ extern void print_##ACTION##_result(int ok); CK_ACTIONS #undef X |