mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-21 11:29:26 +00:00
7 lines
66 B
C
7 lines
66 B
C
#pragma once
|
|
|
|
#include "lua.h"
|
|
|
|
int luaopen_lpeg (lua_State *L);
|
|
|