From d39dbc93d93f537962fe998031ade04d7ee6ca6a Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 6 Jul 2007 21:42:18 +0000 Subject: Purge all trace of the ballache that was dom_ctx. Document the functions in document.c svn path=/trunk/dom/; revision=3385 --- include/dom/functypes.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 include/dom/functypes.h (limited to 'include/dom/functypes.h') diff --git a/include/dom/functypes.h b/include/dom/functypes.h new file mode 100644 index 0000000..85348a2 --- /dev/null +++ b/include/dom/functypes.h @@ -0,0 +1,18 @@ +/* + * 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 dom_functypes_h_ +#define dom_functypes_h_ + +#include + +/** + * Type of allocation function for DOM implementation + */ +typedef void *(*dom_alloc)(void *ptr, size_t size, void *pw); + +#endif -- cgit v1.2.3