aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-11-22 06:22:35 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-11-22 06:22:35 +0000
commitff8da7fb9d40af174f79ce39f6b93b4bc8fdd7c9 (patch)
treed31ea01600ca116f20145f2abf2b9523531f9c15 /plugins/mgcp
parent90e0fb129dfc76da3cf16d3d3d0e992f875c988c (diff)
downloadwireshark-ff8da7fb9d40af174f79ce39f6b93b4bc8fdd7c9.tar.gz
wireshark-ff8da7fb9d40af174f79ce39f6b93b4bc8fdd7c9.tar.bz2
wireshark-ff8da7fb9d40af174f79ce39f6b93b4bc8fdd7c9.zip
Export plugin_reg_handoff via DLLEXPORT.
svn path=/trunk/; revision=2697
Diffstat (limited to 'plugins/mgcp')
-rw-r--r--plugins/mgcp/packet-mgcp.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/mgcp/packet-mgcp.c b/plugins/mgcp/packet-mgcp.c
index be1c3074b1..10fa792019 100644
--- a/plugins/mgcp/packet-mgcp.c
+++ b/plugins/mgcp/packet-mgcp.c
@@ -2,7 +2,7 @@
* Routines for mgcp packet disassembly
* RFC 2705
*
- * $Id: packet-mgcp.c,v 1.6 2000/11/21 05:38:51 guy Exp $
+ * $Id: packet-mgcp.c,v 1.7 2000/11/22 06:22:35 gram Exp $
*
* Copyright (c) 2000 by Ed Warnicke <hagbard@physics.rutgers.edu>
*
@@ -1041,7 +1041,8 @@ static gint tvb_section_length(tvbuff_t* tvb, gint tvb_sectionbegin,
/* Start the functions we need for the plugin stuff */
-void plugin_reg_handoff(void){
+DLLEXPORT void
+plugin_reg_handoff(void){
proto_reg_handoff_mgcp();
/*
@@ -1050,7 +1051,8 @@ void plugin_reg_handoff(void){
sdp_handle = find_dissector("sdp");
}
-DLLEXPORT void plugin_init(plugin_address_table_t *pat){
+DLLEXPORT void
+plugin_init(plugin_address_table_t *pat){
/* initialise the table of pointers needed in Win32 DLLs */
plugin_address_table_init(pat);
/* destroy the dfilter tree */