]> git.sesse.net Git - vlc/blobdiff - include/vlc_tls.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / include / vlc_tls.h
index ea78bb9cb2a764811ef204c7a190dd2a0e272519..84d59538b615b50667463da4978f50f58b165588 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
+#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>