Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins plugin_api_defs.h Makefile.am

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

  Modified files:
    plugins              Makefile.am 
  Added files:
    plugins              plugin_api_defs.h 
  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.8       +2 -1      ethereal/plugins/Makefile.am