pidgin/purple-plugin-pack

4bd81558c88e
Strip ascii control characters from command output. This prevents some bad
behaviors such as causing XMPP disconnects. Fixes #452, finally.
/*************************************************************************
* 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 );