]> git.sesse.net Git - vlc/blobdiff - include/vlc_tls.h
#transcode{vfilter=...} only works with video filter2 filters.
[vlc] / include / vlc_tls.h
index 1ad7f896395c207c56c7ed8d247323fdb66aa435..5a46dea68b0569bf28faab3f277ba28fb257c9f5 100644 (file)
@@ -1,10 +1,10 @@
 /*****************************************************************************
- * tls.c
+ * tls.c: TLS wrapper
  *****************************************************************************
- * Copyright (C) 2004-2005 VideoLAN
- * $Id: httpd.c 8263 2004-07-24 09:06:58Z courmisch $
+ * Copyright (C) 2004-2005 the VideoLAN team
+ * $Id$
  *
- * Authors: Remi Denis-Courmont <courmisch@via.ecp.fr>
+ * Authors: Rémi Denis-Courmont <rem # videolan.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef _VLC_TLS_H
@@ -46,10 +46,10 @@ struct tls_server_t
     void *p_sys;
 
     void (*pf_delete) ( tls_server_t * );
-    
+
     int (*pf_add_CA) ( tls_server_t *, const char * );
     int (*pf_add_CRL) ( tls_server_t *, const char * );
-    
+
     tls_session_t * (*pf_session_prepare) ( tls_server_t * );
 };