summaryrefslogtreecommitdiff
path: root/include/dom/functypes.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-12-21 22:18:10 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-12-21 22:18:10 +0000
commit99a601a856a2bd6c9974db589b0ef3f54e04aeca (patch)
treee48ba69628c5ba793533094e308c1fce9acb21aa /include/dom/functypes.h
parent05a3cf37e14017a3593ed9e17e4a83b003ef29d6 (diff)
downloadlibdom-99a601a856a2bd6c9974db589b0ef3f54e04aeca.tar.gz
libdom-99a601a856a2bd6c9974db589b0ef3f54e04aeca.tar.bz2
Merge branches/jmb/dom-alloc-purge back to trunk
svn path=/trunk/libdom/; revision=13316
Diffstat (limited to 'include/dom/functypes.h')
-rw-r--r--include/dom/functypes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/dom/functypes.h b/include/dom/functypes.h
index 18b644a..31a7ee8 100644
--- a/include/dom/functypes.h
+++ b/include/dom/functypes.h
@@ -12,11 +12,6 @@
#include <inttypes.h>
/**
- * Type of allocation function for DOM implementation
- */
-typedef void *(*dom_alloc)(void *ptr, size_t size, void *pw);
-
-/**
* Severity levels for dom_msg function, based on syslog(3)
*/
enum {