rpm/lua/local/linit.h

7 lines
73 B
C

#ifndef LINIT_H
#define LINIT_H
int luaopen_init(lua_State *L);
#endif