aboutsummaryrefslogtreecommitdiffstats
path: root/register.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-10-02 13:39:35 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-10-02 13:39:35 +0000
commit3e75b436a0088ba55225bc65e39ce2bda2bcfa78 (patch)
treefd4a099c4ea2cb39be772a48e625f64922f871b2 /register.h
parent18ed55e1e6607d9c0ed8c3920dcdc0c618e09aa0 (diff)
Added register action for loading Lua plugins.
Removed an unused argument to wslua_init(). svn path=/trunk/; revision=39214
Diffstat (limited to 'register.h')
-rw-r--r--register.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/register.h b/register.h
index ea54a83adb..6d2300d07d 100644
--- a/register.h
+++ b/register.h
@@ -35,6 +35,7 @@ typedef enum {
RA_PLUGIN_REGISTER, /* plugin register */
RA_HANDOFF, /* handoff */
RA_PLUGIN_HANDOFF, /* plugin handoff */
+ RA_LUA_PLUGINS, /* lua plugin register */
RA_PREFERENCES, /* module preferences */
RA_CONFIGURATION /* configuration files */
} register_action_e;