wireshark/plugins/mgcp
Guy Harris 97a05828cd Sigh. Well, if you make the function declarations external, that means
that they're external when the plugin is compiled, and there's no
definition to satisfy the extern, so plugins fail to compile.

Add a "plugins/plugin_api_defs.h" header file that defines them, and
include that in one (and only one) source file for a particular plugin.

svn path=/trunk/; revision=4117
2001-10-31 10:40:58 +00:00
..
.cvsignore Add some additional items to .cvsignore files, for new files built when 2001-07-10 20:58:42 +00:00
AUTHORS Add MGCP dissector plugin from Ed Warnicke <hagbard@physics.rutgers.edu>. 2000-11-09 10:04:48 +00:00
COPYING Add MGCP dissector plugin from Ed Warnicke <hagbard@physics.rutgers.edu>. 2000-11-09 10:04:48 +00:00
ChangeLog Updates from Ed Warnicke. 2000-12-28 10:10:17 +00:00
INSTALL Add MGCP dissector plugin from Ed Warnicke <hagbard@physics.rutgers.edu>. 2000-11-09 10:04:48 +00:00
Makefile.am Fixed the make dist problem. 2001-07-10 13:18:43 +00:00
Makefile.nmake "plugin_api.c" needs to include <glib.h>, to define G_HAVE_GINT64 on 2000-11-14 10:38:15 +00:00
NEWS Add MGCP dissector plugin from Ed Warnicke <hagbard@physics.rutgers.edu>. 2000-11-09 10:04:48 +00:00
moduleinfo.h Some additional cleanup. 2001-07-08 04:47:33 +00:00
packet-mgcp.c Sigh. Well, if you make the function declarations external, that means 2001-10-31 10:40:58 +00:00