summaryrefslogtreecommitdiffstats
path: root/lib/libsi18n/coreres.h
blob: d454231a81f70d54b4b2046e1f5fd0f2d41430b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** BEGIN COPYRIGHT BLOCK
 * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 * Copyright (C) 2005 Red Hat, Inc.
 * All rights reserved.
 * END COPYRIGHT BLOCK **/
#ifndef CORERES_H
#define CORERES_H

#include "i18n.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