pidgin/purple-plugin-pack

Added a note that not all of the plugins are usable...
org.guifications.plugins
2008-05-19, grim
7a7d101b36d2
Added a note that not all of the plugins are usable...
/*************************************************************************
* 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 );