summaryrefslogtreecommitdiff
path: root/bindings/xml/functypes.h
blob: d0706b85c35b73d926e421eab5f2b211fa37a227 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 <jmb@netsurf-browser.org>
 */

#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