aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions.h
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2018-04-22 05:47:33 +0300
committergramanas <anastasis.gramm2@gmail.com>2018-04-22 05:47:33 +0300
commiteeca7f0151d85d563d1db229e3b7ca936323ffa2 (patch)
tree32e57172bd786daed9ac4251b3c5edf09c49d242 /src/actions.h
parent3560d8be4b833e888e8386a3dc641fa164b4b808 (diff)
downloadck-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.h2
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