ldpart.h revision 87658
1119452Sobrien/*
240003Skato * Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org>
324113Skato * All rights reserved.
424113Skato *
524113Skato * Redistribution and use in source and binary forms, with or without
624113Skato * modification, are permitted provided that the following conditions
724113Skato * are met:
824113Skato * 1. Redistributions of source code must retain the above copyright
924113Skato *    notice, this list of conditions and the following disclaimer.
1024113Skato * 2. Redistributions in binary form must reproduce the above copyright
1124113Skato *    notice, this list of conditions and the following disclaimer in the
1224113Skato *    documentation and/or other materials provided with the distribution.
1324113Skato *
1424113Skato * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1524113Skato * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1624113Skato * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1724113Skato * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1824113Skato * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1924113Skato * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2024113Skato * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2124113Skato * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2224113Skato * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2324113Skato * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2424113Skato * SUCH DAMAGE.
2524113Skato *
2624113Skato * $FreeBSD: head/lib/libc/locale/ldpart.h 87658 2001-12-11 15:55:42Z phantom $
2724113Skato */
2824113Skato
2924113Skato#ifndef _LDPART_H
30115683Sobrien#define _LDPART_H
31115683Sobrien
32115683Sobrienextern int __part_load_locale(const char *, int*, char *, const char *,
3324113Skato		int, int, const char **);
3424113Skato
3524113Skato#endif /* _LDPART_H */
3624113Skato