[vlc-devel] [PATCH 11/13] Replace xml_sys_t* by void*
Romain Vimont
rom1v at videolabs.io
Tue Apr 24 11:18:29 CEST 2018
See #17078
---
include/vlc_xml.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vlc_xml.h b/include/vlc_xml.h
index 7ceae3455a..53db50fd03 100644
--- a/include/vlc_xml.h
+++ b/include/vlc_xml.h
@@ -39,7 +39,7 @@ struct xml_t
/* Module properties */
module_t *p_module;
- xml_sys_t *p_sys;
+ void *p_sys;
void (*pf_catalog_load) ( xml_t *, const char * );
void (*pf_catalog_add) ( xml_t *, const char *, const char *,
--
2.17.0
More information about the vlc-devel
mailing list