diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-08 01:27:42 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-08 01:27:42 +0100 |
commit | 2e3a8576d6ca511df347426b4319bccde1871d06 (patch) | |
tree | 58741cbd88805176701a1ff8b1fc6b635a4cd546 /lib/misc.h | |
parent | 91cec2ff02f956ec248dae6c8b8939f263ff8cfd (diff) |
Added a mktime_utc() to misc.c using code that used to be in jabber_util.c.
I want to use this in the Twitter module.
Diffstat (limited to 'lib/misc.h')
-rw-r--r-- | lib/misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ G_MODULE_EXPORT char *add_cr( char *text ); G_MODULE_EXPORT char *strip_newlines(char *source); G_MODULE_EXPORT time_t get_time( int year, int month, int day, int hour, int min, int sec ); +G_MODULE_EXPORT time_t mktime_utc( struct tm *tp ); double gettime( void ); G_MODULE_EXPORT void strip_html( char *msg ); |