]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
* ALL: New XML module type.
[vlc] / include / vlc_common.h
index a37a6db2814910a3941669e3c4e5ff4d65831393..1b03a8531cb4811b5f63a678b686ba6b15c9908b 100644 (file)
@@ -370,6 +370,12 @@ typedef struct tls_t tls_t;
 typedef struct tls_server_t tls_server_t;
 typedef struct tls_session_t tls_session_t;
 
+/* XML */
+typedef struct xml_t xml_t;
+typedef struct xml_sys_t xml_sys_t;
+typedef struct xml_reader_t xml_reader_t;
+typedef struct xml_reader_sys_t xml_reader_sys_t;
+
 /* vod server */
 typedef struct vod_t     vod_t;
 typedef struct vod_sys_t vod_sys_t;