]> git.sesse.net Git - vlc/blobdiff - include/configuration.h
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / include / configuration.h
index a836bd9b276fa0197813d0f645390dd09aebfc2d..0bd352a0b92429759a2ca3ed73b2c2f295f7d9d2 100644 (file)
@@ -4,7 +4,7 @@
  * It includes functions allowing to declare, get or set configuration options.
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: configuration.h,v 1.15 2002/07/03 19:40:49 sam Exp $
+ * $Id: configuration.h,v 1.16 2002/07/20 18:01:41 sam Exp $
  *
  * Authors: Gildas Bazin <gbazin@netcourrier.com>
  *
@@ -46,7 +46,7 @@
 
 #define CONFIG_ITEM                         0x00F0
 
-struct module_config_s
+struct module_config_t
 {
     int          i_type;                               /* Configuration type */
     char        *psz_name;                                    /* Option name */