Ethereal-cvs: [Ethereal-cvs] rev 12883: /trunk/epan/: plugins.c plugins.h

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

Date: Fri, 31 Dec 2004 00:32:08 -0000
User: guy
Date: 2004/12/30 06:32 PM

Log:
 As "get_persconffile_path()" doesn't return a "const char *", neither
 does "get_plugins_pers_dir()" - and "get_plugins_global_dir()" doesn't
 return one either.  Both of them return mallocated data, and making them
 return a "const char *" just causes compiler whining when you try to
 free them.

Directory: /trunk/epan/
  Changes    Path          Action
  +5 -5      plugins.c     Modified
  +3 -4      plugins.h     Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=12883&view=rev