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 18:40:44 -0500 (CDT)
guy         2003/04/30 18:40:44 CDT

  Modified files:
    plugins              plugin_api.c plugin_api.h 
                         plugin_api_decls.h plugin_table.h 
  Log:
  The typedefs in plugins/plugin_table.h must have "addr_" in front of the
  function name; make it so.
  
  Eliminate the duplicate entry for "except_throw" and the duplicate code
  for it.
  
  Revision  Changes    Path
  1.49      +1 -2      ethereal/plugins/plugin_api.c
  1.50      +1 -2      ethereal/plugins/plugin_api.h
  1.12      +1 -2      ethereal/plugins/plugin_api_decls.h
  1.62      +15 -16    ethereal/plugins/plugin_table.h