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/functypes.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'include/libcss/functypes.h') diff --git a/include/libcss/functypes.h b/include/libcss/functypes.h index 52cb33f..c091f0b 100644 --- a/include/libcss/functypes.h +++ b/include/libcss/functypes.h @@ -15,13 +15,7 @@ #include /* Type of allocation function for libcss */ -typedef void *(*css_alloc)(void *ptr, size_t size, void *pw); - -/** - * Type of parse error handling function - */ -typedef void (*css_error_handler)(uint32_t line, uint32_t col, - const char *message, void *pw); +typedef void *(*css_allocator_fn)(void *ptr, size_t size, void *pw); #endif -- cgit v1.2.3