diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-05-28 18:42:45 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-05-28 18:42:45 +0100 |
commit | 565c37fca091c01a296179722b2abc3a3420a94a (patch) | |
tree | 46c46eb3425e0d9a100417b03856eaa480d557d9 /contrib/lpeg/lptree.h | |
parent | caa85eb1ec3cae941795dea727e794625b9c8bf3 (diff) | |
download | rspamd-565c37fca091c01a296179722b2abc3a3420a94a.tar.gz rspamd-565c37fca091c01a296179722b2abc3a3420a94a.zip |
[Fix] Link lpeg to rspamd lua library
Diffstat (limited to 'contrib/lpeg/lptree.h')
-rw-r--r-- | contrib/lpeg/lptree.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/lpeg/lptree.h b/contrib/lpeg/lptree.h index b69528a6f..38a668e9f 100644 --- a/contrib/lpeg/lptree.h +++ b/contrib/lpeg/lptree.h @@ -1,4 +1,4 @@ -/* +/* ** $Id: lptree.h,v 1.2 2013/03/24 13:51:12 roberto Exp $ */ @@ -6,7 +6,7 @@ #define lptree_h -#include "lptypes.h" +#include "lptypes.h" /* @@ -69,7 +69,7 @@ extern const byte numsiblings[]; #define sib2(t) ((t) + (t)->u.ps) - +int luaopen_lpeg (lua_State *L); |