summaryrefslogtreecommitdiff
path: root/apps/open_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/open_plugin.h')
-rw-r--r--apps/open_plugin.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/open_plugin.h b/apps/open_plugin.h
index d16be2052c..62e3662849 100644
--- a/apps/open_plugin.h
+++ b/apps/open_plugin.h
@@ -40,8 +40,9 @@ enum {
40 OPEN_PLUGIN_LANG_INVALID = (-1), 40 OPEN_PLUGIN_LANG_INVALID = (-1),
41 OPEN_PLUGIN_LANG_IGNORE = (-2), 41 OPEN_PLUGIN_LANG_IGNORE = (-2),
42 OPEN_PLUGIN_LANG_IGNOREALL = (-3), 42 OPEN_PLUGIN_LANG_IGNOREALL = (-3),
43 OPEN_PLUGIN_NOT_FOUND = (-1), 43 OPEN_PLUGIN_INVALID_ENTRY = (-1),
44 OPEN_PLUGIN_NEEDS_FLUSHED = (-2), 44 OPEN_PLUGIN_NOT_FOUND = (-2),
45 OPEN_PLUGIN_NEEDS_FLUSHED = (-3),
45}; 46};
46 47
47struct open_plugin_entry_t 48struct open_plugin_entry_t