]> git.sesse.net Git - vlc/blobdiff - include/vlc_tls.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / include / vlc_tls.h
index f6c480667fe66bec3b923986cf60492af96d1f1b..84d59538b615b50667463da4978f50f58b165588 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#ifndef _VLC_TLS_H
-# define _VLC_TLS_H
+#ifndef VLC_TLS_H
+# define VLC_TLS_H
+
+/**
+ * \file
+ * This file defines Transport Layer Security API (TLS) in vlc
+ */
 
 # include <vlc_network.h>