pidgin/purple-plugin-pack

Hopefully fix #381 by checking for NULL in a couple places.
org.guifications.plugins
2008-08-03, rekkanoryo
8d299a901c8d
Hopefully fix #381 by checking for NULL in a couple places.
/*************************************************************************
* Header file for recursion module
* by Martijn van Oosterhout <kleptog@svana.org> (C) April 2006
* Licenced under the GNU General Public Licence version 2.
*************************************************************************/
typedef int (*DirRecurseMatch)(char *filename, void *data);
int recurse_directory( char *dirname, DirRecurseMatch func, void *data );