]> git.sesse.net Git - vlc/blobdiff - include/vlc_mtime.h
macosx: Use a toolbar to display controls. (Doesn't look like a toolbar though)
[vlc] / include / vlc_mtime.h
index 30460698c6015d98df51c6ba1ae109139b168667..d8cfca94db08e9f2effb0cb9926bce4c121366b2 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#if !defined( __LIBVLC__ )
-  #error You are not libvlc or one of its plugins. You cannot include this file
-#endif
-
 /*****************************************************************************
  * LAST_MDATE: date which will never happen
  *****************************************************************************
@@ -86,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 ) );