mcabber/src/utils.h
changeset 419 2f9852610cf4
parent 374 bd5638c21834
child 452 dfd9c62b3a39
equal deleted inserted replaced
418:05bcc91b8699 419:2f9852610cf4
     7 int checkset_perm(const char *name, unsigned int setmode);
     7 int checkset_perm(const char *name, unsigned int setmode);
     8 
     8 
     9 int    to_iso8601(char *dststr, time_t timestamp);
     9 int    to_iso8601(char *dststr, time_t timestamp);
    10 time_t from_iso8601(const char *timestamp, int utc);
    10 time_t from_iso8601(const char *timestamp, int utc);
    11 
    11 
       
    12 inline void safe_usleep(unsigned int usec); /* Only for delays < 1s */
       
    13 
    12 #endif
    14 #endif