Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins/giop packet-coseventcomm.c packet-co

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 31 Oct 2001 04:40:56 -0600 (CST)
guy         2001/10/31 04:40:56 CST

  Modified files:
    plugins/giop         packet-coseventcomm.c packet-cosnaming.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.2       +2 -0      ethereal/plugins/giop/packet-coseventcomm.c
  1.3       +2 -0      ethereal/plugins/giop/packet-cosnaming.c