As "get_persconffile_path()" doesn't return a "const char *", neither
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 31 Dec 2004 00:32:00 +0000 (00:32 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 31 Dec 2004 00:32:00 +0000 (00:32 +0000)
commit125025608d60aec0147d6cd0b23fc98f9b422e64
tree3ac901453a8bbf55f356570ce1f504625f33624b
parent9fe8c656b587cd0df95780221cc3f7ddec4c4b47
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12883 f5534014-38df-0310-8fa8-9805f1628bb7
epan/plugins.c
epan/plugins.h