summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rocklib_events.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/rocklib_events.h')
-rw-r--r--apps/plugins/lua/rocklib_events.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/lua/rocklib_events.h b/apps/plugins/lua/rocklib_events.h
new file mode 100644
index 0000000000..c96a25e577
--- /dev/null
+++ b/apps/plugins/lua/rocklib_events.h
@@ -0,0 +1,5 @@
1#define LUA_ROCKEVENTSNAME "rockev"
2int luaopen_rockevents (lua_State *L);
3
4/* in rockaux.c */
5int get_plugin_action(int timeout, bool with_remote);