1433Ssundar/* $NetBSD$ */
2433Ssundar
3433Ssundar/*-
4877Sattila * Copyright (c)2006 Citrus Project,
5433Ssundar * All rights reserved.
6433Ssundar *
7433Ssundar * Redistribution and use in source and binary forms, with or without
8877Sattila * modification, are permitted provided that the following conditions
9433Ssundar * are met:
10433Ssundar * 1. Redistributions of source code must retain the above copyright
11433Ssundar *    notice, this list of conditions and the following disclaimer.
12433Ssundar * 2. Redistributions in binary form must reproduce the above copyright
13433Ssundar *    notice, this list of conditions and the following disclaimer in the
14877Sattila *    documentation and/or other materials provided with the distribution.
15433Ssundar *
16433Ssundar * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
17433Ssundar * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18877Sattila * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19433Ssundar * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
20433Ssundar * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21433Ssundar * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22433Ssundar * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23433Ssundar * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24433Ssundar * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25433Ssundar * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26433Ssundar * SUCH DAMAGE.
27433Ssundar */
28433Ssundar
29433Ssundar#ifndef _CITRUS_JOHAB_H_
30433Ssundar#define _CITRUS_JOHAB_H_
31433Ssundar
32433Ssundar__BEGIN_DECLS
33433Ssundar_CITRUS_CTYPE_GETOPS_FUNC(JOHAB);
34433Ssundar_CITRUS_STDENC_GETOPS_FUNC(JOHAB);
35433Ssundar__END_DECLS
36433Ssundar
37433Ssundar#endif
38433Ssundar