]> git.sesse.net Git - vlc/blobdiff - include/vlc_rand.h
SDL_INIT_EVENTTHREAD is supported on Windows now.
[vlc] / include / vlc_rand.h
index 2afff1905deb633965233979973f3fad6db94ad5..56e07affa8179e4fd54966b63e717f96e37b8fc4 100644 (file)
 #ifndef VLC_RAND_H
 # define VLC_RAND_H
 
+/**
+ * \file
+ * This file defined random number generator function in vlc
+ */
+
 VLC_EXPORT( void, vlc_rand_bytes, (void *buf, size_t len) );
 
 #endif