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

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: Sat, 3 Nov 2001 21:16:48 -0600 (CST)
guy         2001/11/03 21:16:47 CST

  Modified files:
    plugins              plugin_api_defs.h plugin_table.h 
  Log:
  In "plugin_api_defs.h", just do
  
  	addr_XXX p_XXX;
  
  for all the declarations, to simplify things, as per Tomas Kukosa's
  suggestion.
  
  Fix a couple of comments.
  
  Revision  Changes    Path
  1.3       +152 -168  ethereal/plugins/plugin_api_defs.h
  1.29      +2 -2      ethereal/plugins/plugin_table.h