From e51f8104f4e2b27051ac12fc8ed0fb998f50894f Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 14 Jul 2007 17:37:09 +0000 Subject: LibXML 2 binding for libdom. This is mostly stub, at present svn path=/trunk/dom/; revision=3412 --- bindings/xml/functypes.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bindings/xml/functypes.h (limited to 'bindings/xml/functypes.h') diff --git a/bindings/xml/functypes.h b/bindings/xml/functypes.h new file mode 100644 index 0000000..d0706b8 --- /dev/null +++ b/bindings/xml/functypes.h @@ -0,0 +1,16 @@ +/* + * This file is part of libdom. + * Licensed under the MIT License, + * http://www.opensource.org/licenses/mit-license.php + * Copyright 2007 John-Mark Bell + */ + +#ifndef xml_functypes_h_ +#define xml_functypes_h_ + +/** + * Type of XML parser allocation function + */ +typedef void *(*xml_alloc)(void *ptr, size_t len, void *pw); + +#endif -- cgit v1.2.3