pidgin/purple-plugin-pack

Somehow I missed checking this in. This makes switchspell build by telling the
plugin_pack.py script we have enchant when doing a Windows build.
/*************************************************************************
* 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 );