Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/misc.h

    r2e3a857 r24b8bbb  
    4343
    4444G_MODULE_EXPORT time_t get_time( int year, int month, int day, int hour, int min, int sec );
    45 G_MODULE_EXPORT time_t mktime_utc( struct tm *tp );
    4645double gettime( void );
    4746
     
    6968G_MODULE_EXPORT int md5_verify_password( char *password, char *hash );
    7069
     70G_MODULE_EXPORT char **split_command_parts( char *command );
     71
    7172#endif
Note: See TracChangeset for help on using the changeset viewer.