summaryrefslogtreecommitdiffstats
path: root/lib/libsi18n/coreres.h
blob: 9d27060a54783ab5be344937f87e13fd38412630 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** 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