Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins plugin_api.c plugin_api.h plugin_api

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, 30 Apr 2003 14:19:16 -0500 (CDT)
guy         2003/04/30 14:19:16 CDT

  Modified files:
    plugins              plugin_api.c plugin_api.h 
                         plugin_api_decls.h plugin_table.h 
  Log:
  From Matthijs Melchior: export the exception mechanism routines to
  plugins on platforms on which plugins need to use the table of functions
  exported to plugins.
  
  Revision  Changes    Path
  1.48      +17 -1     ethereal/plugins/plugin_api.c
  1.49      +18 -1     ethereal/plugins/plugin_api.h
  1.11      +17 -1     ethereal/plugins/plugin_api_decls.h
  1.61      +17 -1     ethereal/plugins/plugin_table.h