Fix typo.
[metze/wireshark/wip.git] / register.h
index 1bc023de5da795ed1afbf316b0aec700eb2d4b26..9e196965746221530e2027997a4fd28497386fc7 100644 (file)
@@ -37,11 +37,10 @@ typedef enum {
   RA_LISTENERS,         /* Tap listeners */
   RA_REGISTER,          /* register */
   RA_PLUGIN_REGISTER,   /* plugin register */
-  RA_PYTHON_REGISTER,   /* python register */
   RA_HANDOFF,           /* handoff */
   RA_PLUGIN_HANDOFF,    /* plugin handoff */
-  RA_PYTHON_HANDOFF,    /* python handoff */
   RA_LUA_PLUGINS,       /* lua plugin register */
+  RA_LUA_DEREGISTER,    /* lua plugin deregister */
   RA_PREFERENCES,       /* module preferences */
   RA_CONFIGURATION      /* configuration files */
 } register_action_e;
@@ -57,6 +56,8 @@ WS_DLL_PUBLIC gulong register_count(void);
 }
 #endif /* __cplusplus */
 
+#endif /* __REGISTER_H__ */
+
 /*
  * Editor modelines  -  http://www.wireshark.org/tools/modelines.html
  *
@@ -66,8 +67,6 @@ WS_DLL_PUBLIC gulong register_count(void);
  * indent-tabs-mode: nil
  * End:
  *
- * ex: set shiftwidth=2 tabstop=8 expandtab:
+ * vi: set shiftwidth=2 tabstop=8 expandtab:
  * :indentSize=2:tabSize=8:noTabs=true:
  */
-
-#endif /* __REGISTER_H__ */