rpm/lua/local/lrexlib.h

8 lines
95 B
C

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