Changeset 2e3a857 for lib/misc.h


Ignore:
Timestamp:
2010-04-08T00:27:42Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
08579a1
Parents:
91cec2f
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/misc.h

    r91cec2f r2e3a857  
    4343
    4444G_MODULE_EXPORT time_t get_time( int year, int month, int day, int hour, int min, int sec );
     45G_MODULE_EXPORT time_t mktime_utc( struct tm *tp );
    4546double gettime( void );
    4647
Note: See TracChangeset for help on using the changeset viewer.