]> git.sesse.net Git - vlc/blobdiff - include/vlc_access.h
De-inline mutex and condition functions. Document them.
[vlc] / include / vlc_access.h
index 26a867c5737bd6a2820e8c5bd879de03f2051a78..9ddc64a3168aa0d380e6bba2b18dfb8b705fdfe0 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#ifndef _VLC_ACCESS_H
-#define _VLC_ACCESS_H 1
+#ifndef VLC_ACCESS_H
+#define VLC_ACCESS_H 1
+
+/**
+ * \file
+ * This file defines functions and definitions for access object
+ */
 
 #include <vlc_block.h>