citrus_mapper_646.h revision 219019
1111314Snyan/* $FreeBSD: head/lib/libiconv_modules/mapper_646/citrus_mapper_646.h 219019 2011-02-25 00:04:39Z gabor $ */
2111314Snyan/*	$NetBSD: citrus_mapper_646.h,v 1.1 2003/06/25 09:51:45 tshiozak Exp $	*/
3111314Snyan
4111314Snyan/*-
5111314Snyan * Copyright (c)2003 Citrus Project,
6111314Snyan * All rights reserved.
7111314Snyan *
8111314Snyan * Redistribution and use in source and binary forms, with or without
9111314Snyan * modification, are permitted provided that the following conditions
10111314Snyan * are met:
11111314Snyan * 1. Redistributions of source code must retain the above copyright
12111314Snyan *    notice, this list of conditions and the following disclaimer.
13111314Snyan * 2. Redistributions in binary form must reproduce the above copyright
14111314Snyan *    notice, this list of conditions and the following disclaimer in the
15144512Simp *    documentation and/or other materials provided with the distribution.
16111314Snyan *
17111314Snyan * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
18125234Snyan * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19127520Snyan * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20111314Snyan * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
21111314Snyan * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22111314Snyan * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23111314Snyan * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24111314Snyan * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25111314Snyan * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26122755Snyan * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27122755Snyan * SUCH DAMAGE.
28122755Snyan */
29122755Snyan
30111314Snyan#ifndef _CITRUS_MAPPER_646_H_
31111314Snyan#define _CITRUS_MAPPER_646_H_
32111314Snyan
33122056Snyan__BEGIN_DECLS
34124795Snyan_CITRUS_MAPPER_GETOPS_FUNC(mapper_646);
35142783Snyan__END_DECLS
36142783Snyan
37142783Snyan#endif
38142783Snyan