aboutsummaryrefslogtreecommitdiffstats
path: root/src/actionhelper.h
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2018-11-14 21:01:08 +0200
committergramanas <anastasis.gramm2@gmail.com>2018-11-14 21:03:43 +0200
commit967ad7898243e083f485a03414fce0018bfce881 (patch)
tree4f1d0b710ad2a2c700944b4ae1edde4f14855682 /src/actionhelper.h
parent11bcc43a2c9e2787c861debda6b94e0550065402 (diff)
downloadck-967ad7898243e083f485a03414fce0018bfce881.tar.gz
ck-967ad7898243e083f485a03414fce0018bfce881.tar.bz2
ck-967ad7898243e083f485a03414fce0018bfce881.zip
Rename actionparser to clparser
Diffstat (limited to 'src/actionhelper.h')
-rw-r--r--src/actionhelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actionhelper.h b/src/actionhelper.h
index 0c96a8a..f7da0dd 100644
--- a/src/actionhelper.h
+++ b/src/actionhelper.h
@@ -56,7 +56,7 @@ int restore_make_links(cklist *from, cklist *to);
/************************/
/* PRINT RESULTS & HELP */
/************************/
-#define X(ACTION) \
+#define X(ACTION) \
void print_##ACTION##_result(int err); \
void print_##ACTION##_help(void);
CK_ACTIONS