Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/misc.h

    r24b8bbb 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
     
    6869G_MODULE_EXPORT int md5_verify_password( char *password, char *hash );
    6970
    70 G_MODULE_EXPORT char **split_command_parts( char *command );
    71 
    7271#endif
Note: See TracChangeset for help on using the changeset viewer.