diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-04-13 18:21:17 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-04-13 18:21:17 +0200 |
commit | e628a01fffba231a1f0f729bdb509abcba6e6f0b (patch) | |
tree | 56e71649d6036116ea3d78a28af4f6876625ec72 /src/lex.c | |
parent | 7cac6770e0b380d6e5f37b9fad71c9f7f15952ba (diff) | |
download | fastd-e628a01fffba231a1f0f729bdb509abcba6e6f0b.tar fastd-e628a01fffba231a1f0f729bdb509abcba6e6f0b.zip |
Add on-connect hook
Diffstat (limited to 'src/lex.c')
-rw-r--r-- | src/lex.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ static const keyword_t keywords[] = { { "bind", TOK_BIND }, { "capabilities", TOK_CAPABILITIES }, { "cipher", TOK_CIPHER }, + { "connect", TOK_CONNECT }, { "debug", TOK_DEBUG }, { "debug2", TOK_DEBUG2 }, { "default", TOK_DEFAULT }, |