documentation
[wmiirc-lua.git] / luaeventloop / lel_util.h
blob388bdfc545b62b9d34387f6132977bebaff16657
1 #ifndef __LUAIXP_UTIL_H__
2 #define __LUAIXP_UTIL_H__
4 #include <lua.h>
6 extern int lel_pusherror(lua_State *L, const char *info);
8 #endif // __LUAIXP_UTIL_H__