summaryrefslogtreecommitdiffstats
path: root/nse_lpeg.h
blob: 3be90f4772cef0d14bb55d251d51c2a005acf40c (plain)
1
2
3
4
5
6
7
8
#ifndef LPEG

#define LPEG
#define LPEGLIBNAME "lpeg"

LUALIB_API int luaopen_lpeg (lua_State *L);

#endif