/** BEGIN COPYRIGHT BLOCK * Copyright 2001 Sun Microsystems, Inc. * Portions copyright 1999, 2001-2003 Netscape Communications Corporation. * All rights reserved. * END COPYRIGHT BLOCK **/ #ifndef CORERES_H #define CORERES_H #include "libadminutil/resource.h" Resource* core_res_init_resource(const char* path, const char* package); const char *core_res_getstring(Resource *hres, char *key, ACCEPT_LANGUAGE_LIST lang); void core_res_destroy_resource(Resource *hres); #endif