33 # define __VLC_MTIME_H 1
43 #define LAST_MDATE ((mtime_t)((uint64_t)(-1)/2))
52 #define MSTRTIME_MAX_SIZE 22
57 VLC_API
char * mstrtime(
char *psz_buffer,
mtime_t date );
58 VLC_API
char * secstotimestr(
char *psz_buffer, int32_t secs );
66 uint32_t i_divider_num;
67 uint32_t i_divider_den;
71 VLC_API
void date_Init(
date_t *, uint32_t, uint32_t );
72 VLC_API
void date_Change(
date_t *, uint32_t, uint32_t );
78 VLC_API uint64_t NTPtime64(
void );
Definition: vlc_mtime.h:63
int64_t mtime_t
Definition: vlc_common.h:153