pidgin/purple-plugin-pack

7ebd38300a2b
Merged in rw_grim/purple-plugin-pack (pull request #11)

Comment out unfinished code that's throwing compiler warnings

Approved-by: Gary Kramlich
/*************************************************************************
* 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 );