aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/giop/packet-coseventcomm.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/giop/packet-coseventcomm.c')
-rw-r--r--plugins/giop/packet-coseventcomm.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/plugins/giop/packet-coseventcomm.c b/plugins/giop/packet-coseventcomm.c
index 6b8e259e1b..110eec0a88 100644
--- a/plugins/giop/packet-coseventcomm.c
+++ b/plugins/giop/packet-coseventcomm.c
@@ -35,8 +35,6 @@
# include "config.h"
#endif
-#include "plugins/plugin_api.h"
-
#include <stdio.h>
#include <stdlib.h>
#include <gmodule.h>
@@ -47,8 +45,6 @@
#include <epan/proto.h>
#include <epan/dissectors/packet-giop.h>
-#include "plugins/plugin_api_defs.h"
-
#ifndef ENABLE_STATIC
G_MODULE_EXPORT const gchar version[] = "0.0.1";
#endif
@@ -868,13 +864,8 @@ plugin_reg_handoff(void){
}
G_MODULE_EXPORT void
-plugin_init(plugin_address_table_t *pat
-#ifndef PLUGINS_NEED_ADDRESS_TABLE
-_U_
-#endif
-){
- /* initialise the table of pointers needed in Win32 DLLs */
- plugin_address_table_init(pat);
+new_plugin_init(void)
+{
if (proto_coseventcomm == -1) {
proto_register_giop_coseventcomm();
}