diff options
Diffstat (limited to 'src/lex.c')
-rw-r--r-- | src/lex.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -51,6 +51,7 @@ static const keyword_t keywords[] = { { "addresses", TOK_ADDRESSES }, { "any", TOK_ANY }, { "as", TOK_AS }, + { "async", TOK_ASYNC }, { "auto", TOK_AUTO }, { "bind", TOK_BIND }, { "capabilities", TOK_CAPABILITIES }, @@ -100,6 +101,7 @@ static const keyword_t keywords[] = { { "secret", TOK_SECRET }, { "secure", TOK_SECURE }, { "stderr", TOK_STDERR }, + { "sync", TOK_SYNC }, { "syslog", TOK_SYSLOG }, { "tap", TOK_TAP }, { "to", TOK_TO }, |