]> git.sesse.net Git - vlc/blobdiff - include/variables.h
* Strings review in include/
[vlc] / include / variables.h
index 8e658ea701563e3cbea1f16df1346e15ae8b38a7..416314b8c7552e1de0807e0b231ea2421c8a60cb 100644 (file)
@@ -1,16 +1,17 @@
 /*****************************************************************************
  * variables.h: variables handling
  *****************************************************************************
- * Copyright (C) 2002 VideoLAN
- * $Id: variables.h,v 1.20 2004/01/09 20:36:21 hartman Exp $
+ * Copyright (C) 2002-2004 VideoLAN
+ * $Id: variables.h,v 1.22 2004/01/25 18:17:08 zorglub Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
+ *          Gildas Bazin <gbazin@netcourrier.com>
  *
  * 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
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -35,8 +36,8 @@
 typedef struct callback_entry_t callback_entry_t;
 
 /**
- * The structure describing a variable. 
- * \note vlc_value_t is the common union for variable values  
+ * The structure describing a variable.
+ * \note vlc_value_t is the common union for variable values
  */
 struct variable_t
 {