pidgin/purple-plugin-pack

A bit of tweaking.
org.guifications.plugins
2008-07-03, grim
db6e35eb395d
A bit of tweaking.

We now create plugin_pack.list and plugin_pack.stats for the dist which are just the output of plugin_pack.py list/stats
/*************************************************************************
* 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 );