From 7c3e35e586771fcdd0ebfe59f67f7dbc68ef8226 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 14 Feb 2009 11:54:37 +0000 Subject: Drop css_error_handler and rename css_alloc to css_allocator_fn svn path=/trunk/libcss/; revision=6482 --- include/libcss/libcss.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/libcss/libcss.h') diff --git a/include/libcss/libcss.h b/include/libcss/libcss.h index 361304d..84a8be7 100644 --- a/include/libcss/libcss.h +++ b/include/libcss/libcss.h @@ -11,13 +11,15 @@ #include #include #include +#include +#include /* Initialise the CSS library for use */ css_error css_initialise(const char *aliases_file, - css_alloc alloc, void *pw); + css_allocator_fn alloc, void *pw); /* Clean up after LibCSS */ -css_error css_finalise(css_alloc alloc, void *pw); +css_error css_finalise(css_allocator_fn alloc, void *pw); #endif -- cgit v1.2.3