]> git.sesse.net Git - vlc/blobdiff - include/vlc_mtime.h
Revert "Prefer setenv to putenv (evenmore with local variables)."
[vlc] / include / vlc_mtime.h
index 458cf35d35ada05935dd81441f937af8fd91adbc..d8cfca94db08e9f2effb0cb9926bce4c121366b2 100644 (file)
@@ -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 ) );