[vlc-commits] core: replace xml_sys_t* by void*
Romain Vimont
git at videolan.org
Thu Apr 26 01:43:02 CEST 2018
vlc | branch: master | Romain Vimont <rom1v at videolabs.io> | Tue Apr 24 09:30:23 2018 +0200| [ae636d736fec51ae1e459d9c3d98cd4013ec3ed2] | committer: Jean-Baptiste Kempf
core: replace xml_sys_t* by void*
See #17078
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ae636d736fec51ae1e459d9c3d98cd4013ec3ed2
---
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 *,
More information about the vlc-commits
mailing list