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/actionparser.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/actionparser.h')
-rw-r--r-- | src/actionparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actionparser.h b/src/actionparser.h index be2416a..be7cf90 100644 --- a/src/actionparser.h +++ b/src/actionparser.h @@ -43,6 +43,7 @@ enum ParseErrors { typedef enum CkActions CkAction; enum CkActions { + CK_WRONG_ACTION, #define X(ACTION) \ CKA_##ACTION, CK_ACTIONS |