rpm/luaext/lrexlib.h

7 lines
76 B
C

#ifndef LREXLIB_H
#define LREXLIB_H
int luaopen_rex(lua_State *L);
#endif