]> git.sesse.net Git - vlc/blobdiff - include/interface.h
D�but du portage BeOS. Beaucoup de fuchiers ont �t� modifi� car il a fallu
[vlc] / include / interface.h
index 2a8f55c3c74d5bd40eeed6dd144fd467ad585885..d9c7b7ae4656377b838cf154dea1cd407afb8274 100644 (file)
@@ -58,7 +58,7 @@ typedef struct intf_thread_s
     p_intf_sys_t        p_sys;                           /* system interface */
 
     /* Plugin */
-    void *                  p_intf_plugin;               /* interface plugin */
+    plugin_id_t             intf_plugin;                 /* interface plugin */
     intf_sys_create_t *     p_sys_create;         /* create interface thread */
     intf_sys_manage_t *     p_sys_manage;                       /* main loop */
     intf_sys_destroy_t *    p_sys_destroy;              /* destroy interface */