hook.h 264 B

12345678910111213141516
  1. #ifndef _HOOK_H_
  2. #define _HOOK_H_
  3. #include <clish/shell.h>
  4. #include <lua.h>
  5. #include <lualib.h>
  6. #include <lauxlib.h>
  7. #define LUA_UDATA "lua state"
  8. void l_print_error(lua_State *, const char *, const char *, int);
  9. #include "hook_spec.h"
  10. #endif /* _HOOK_H_ */