]> git.sesse.net Git - vlc/blobdiff - plugins/macosx/intf_macosx.h
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / plugins / macosx / intf_macosx.h
index 6c15069c26efa350fe8c1e5105bf98aeeed59fe9..367b2eb6ceb3d9388b5f415d94fc884c97264f0c 100644 (file)
@@ -2,7 +2,7 @@
  * intf_macosx.h: MacOS X interface plugin
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: intf_macosx.h,v 1.2 2002/07/16 20:41:48 jlj Exp $
+ * $Id: intf_macosx.h,v 1.3 2002/07/20 18:01:42 sam Exp $
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
  *          Christophe Massiot <massiot@via.ecp.fr>
@@ -44,7 +44,7 @@
 /*****************************************************************************
  * intf_sys_t: description and status of the interface
  *****************************************************************************/
-struct intf_sys_s
+struct intf_sys_t
 {
     NSAutoreleasePool * o_pool;
     NSPort * o_sendport;