1205821Sedwin/* $FreeBSD$ */
215714Sache/* $NetBSD: citrus_none.h,v 1.3 2003/06/25 09:51:38 tshiozak Exp $ */
315714Sache
415714Sache/*-
515714Sache * Copyright (c)2002 Citrus Project,
615714Sache * All rights reserved.
715714Sache *
815714Sache * Redistribution and use in source and binary forms, with or without
915714Sache * modification, are permitted provided that the following conditions
1015714Sache * are met:
1115714Sache * 1. Redistributions of source code must retain the above copyright
1215714Sache *    notice, this list of conditions and the following disclaimer.
1315714Sache * 2. Redistributions in binary form must reproduce the above copyright
1415714Sache *    notice, this list of conditions and the following disclaimer in the
1515714Sache *    documentation and/or other materials provided with the distribution.
1615714Sache *
1715714Sache * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1815714Sache * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1915714Sache * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2015714Sache * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
2115714Sache * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2215714Sache * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2315714Sache * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2415714Sache * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2515714Sache * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2615714Sache * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2787235Smarkm * SUCH DAMAGE.
2887235Smarkm */
2987235Smarkm
3015737Sache#ifndef _CITRUS_NONE_H_
3115714Sache#define _CITRUS_NONE_H_
3215714Sache
3315714Sacheextern struct _citrus_stdenc_ops	 _citrus_NONE_stdenc_ops;
3415720Sacheextern struct _citrus_stdenc_traits	 _citrus_NONE_stdenc_traits;
3515720Sache
36181322Sedwin#endif
37181322Sedwin