bc5d5e7447459a425e7f9ec92c8101694ff46a8f
[yaz-moved-to-github.git] / include / yaz / charneg.h
1 /*
2  * $Id: charneg.h,v 1.1 2002-05-18 09:41:36 oleg Exp $
3  */
4 #ifndef CHARNEG_H
5 #define CHARNEG_H
6
7 #include <yaz/proto.h>
8
9 YAZ_BEGIN_CDECL
10
11 YAZ_EXPORT Z_External *yaz_set_charset_and_lang(ODR odr, int oid_class, int oid_value,
12         const char **charsets, int num_charsets,
13         const char **langs, int num_langs);
14
15 YAZ_END_CDECL
16
17 #endif