]> git.sesse.net Git - vlc/blobdiff - include/interface.h
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / include / interface.h
index 1dda55020857cc3ed1133b4abb8cfa6068e3d92a..15097570feb8b0eabae9af13fb0ae87475351426 100644 (file)
@@ -4,7 +4,7 @@
  * interface, such as message output.
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: interface.h,v 1.31 2002/07/17 21:54:37 stef Exp $
+ * $Id: interface.h,v 1.32 2002/07/20 18:01:41 sam Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *
@@ -29,7 +29,7 @@
  * This structe describes all interface-specific data of the main (interface)
  * thread.
  *****************************************************************************/
-struct intf_thread_s
+struct intf_thread_t
 {
     VLC_COMMON_MEMBERS