Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins/gryphon packet-gryphon.c

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:58 -0600 (CST)
guy         2001/10/31 04:40:58 CST

  Modified files:
    plugins/gryphon      packet-gryphon.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.24      +3 -1      ethereal/plugins/gryphon/packet-gryphon.c