]> wimlib.net Git - wimlib/blobdiff - include/wimlib/xml.h
Remove --enable-more-debug and --disable-custom-memory-allocator options
[wimlib] / include / wimlib / xml.h
index a4fd115247d391992cc121c7235e266d23222420..e9c044afd8854076a3e9ec10ce72aa6be365bed8 100644 (file)
@@ -60,11 +60,9 @@ libxml_global_init(void);
 extern void
 libxml_global_cleanup(void);
 
-#ifdef ENABLE_CUSTOM_MEMORY_ALLOCATOR
 extern void
 xml_set_memory_allocator(void *(*malloc_func)(size_t),
                         void (*free_func)(void *),
                         void *(*realloc_func)(void *, size_t));
-#endif
 
 #endif