pidgin/purple-plugin-pack

A slightly "warmenhoved" patch from Ignacio Vazquez-Abrams by way of
org.guifications.plugins
2008-11-03, nosnilmot
45afad84af94
A slightly "warmenhoved" patch from Ignacio Vazquez-Abrams by way of
Fedora's RPM to prevent switchspell needing an executable stack. See
https://bugzilla.redhat.com/show_bug.cgi?id=462822 for the original bug
report, and
http://cvs.fedoraproject.org/viewvc/rpms/purple-plugin_pack/devel/purple-plugin_pack-2.4.0-switchspell-execstack.patch
for the original patch.
Fixes #534
/*************************************************************************
* Header file for timezone module
* by Martijn van Oosterhout <kleptog@svana.org> (C) April 2006
* Licenced under the GNU General Public Licence version 2.
*************************************************************************/
#include <time.h>
struct state;
struct state *timezone_load (const char * name);
struct tm * gmtsub (const time_t * timep, long offset,
struct tm * tmp);
struct tm * localsub (const time_t * timep, long offset,
struct tm * tmp, struct state *sp);
int tz_init(const char *zoneinfo_dir);