X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_mtime.h;h=d8cfca94db08e9f2effb0cb9926bce4c121366b2;hb=588723d7c65ccdb0fa5cc39b3cae132176637300;hp=458cf35d35ada05935dd81441f937af8fd91adbc;hpb=d3fe7f28797d4dba65ffcdd60bf932e758a48a9e;p=vlc diff --git a/include/vlc_mtime.h b/include/vlc_mtime.h index 458cf35d35..d8cfca94db 100644 --- a/include/vlc_mtime.h +++ b/include/vlc_mtime.h @@ -1,5 +1,6 @@ /***************************************************************************** - * mtime.h: high resolution time management functions + * vlc_mtime.h: high resolution time management functions + ***************************************************************************** * This header provides portable high precision time management functions, * which should be the only ones used in other segments of the program, since * functions like gettimeofday() and ftime() are not always supported. @@ -81,3 +82,4 @@ VLC_EXPORT( void, date_Set, ( date_t *, mtime_t ) ); VLC_EXPORT( mtime_t, date_Get, ( const date_t * ) ); VLC_EXPORT( void, date_Move, ( date_t *, mtime_t ) ); VLC_EXPORT( mtime_t, date_Increment, ( date_t *, uint32_t ) ); +VLC_EXPORT( uint64_t, NTPtime64, ( void ) );