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, 14 Aug 2002 14:18:21 -0500 (CDT)
guy         2002/08/14 14:18:21 CDT

  Modified files:
    plugins              plugin_api.c plugin_api.h 
                         plugin_api_decls.h plugin_table.h 
  Log:
  From Tomas Kukosa: add some more routines to the plugin API.
  
  While we're at it, add "extern" to a bunch of function declaration the
  preceding change *didn't* require to have the "extern" added.
  
  Revision  Changes    Path
  1.41      +7 -1      ethereal/plugins/plugin_api.c
  1.42      +7 -1      ethereal/plugins/plugin_api.h
  1.4       +8 -1      ethereal/plugins/plugin_api_decls.h
  1.52      +7 -1      ethereal/plugins/plugin_table.h