Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan proto.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Mon, 7 Jul 2003 15:29:45 -0500 (CDT)
guy         2003/07/07 15:29:45 CDT

  Modified files:
    epan                 proto.c 
  Log:
  Mark the "plugin_dir" argument to "proto_init()" as unused if we don't
  have plugin support.  (Don't do so if we *do* have it, because if
  "proto_init()" ever changes so that it doesn't use the argument even if
  we have plugin support, we want a warning so we know that we should get
  rid of that argument.)
  
  Revision  Changes    Path
  1.95      +7 -2      ethereal/epan/proto.c