From 399da01ae4eb5c5e3e9349bacc2063c946c3d4a1 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Tue, 11 Aug 2009 11:17:23 +0000 Subject: Merge the branches/struggleyb/libdom-remain back to trunk. svn path=/trunk/dom/; revision=9191 --- include/dom/bootstrap/implregistry.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'include/dom/bootstrap/implregistry.h') diff --git a/include/dom/bootstrap/implregistry.h b/include/dom/bootstrap/implregistry.h index 1e93ea6..e14738c 100644 --- a/include/dom/bootstrap/implregistry.h +++ b/include/dom/bootstrap/implregistry.h @@ -15,16 +15,18 @@ struct dom_implementation; struct dom_implementation_list; struct dom_string; +/* Initialise the implementation registry */ +dom_exception dom_implregistry_initialise( + dom_alloc allocator, void *ptr); + /* Retrieve a DOM implementation from the registry */ dom_exception dom_implregistry_get_dom_implementation( struct dom_string *features, - struct dom_implementation **impl, - dom_alloc alloc, void *pw); + struct dom_implementation **impl); /* Get a list of DOM implementations that support the requested features */ dom_exception dom_implregistry_get_dom_implementation_list( struct dom_string *features, - struct dom_implementation_list **list, - dom_alloc alloc, void *pw); + struct dom_implementation_list **list); #endif -- cgit v1.2.3