extern.h revision 95643
195643Smarkm/*-
295643Smarkm * Copyright (c) 1993
395643Smarkm *	The Regents of the University of California.  All rights reserved.
495643Smarkm *
595643Smarkm * This code is derived from software contributed to Berkeley by
695643Smarkm * Paul Borman at Krystal Technologies.
795643Smarkm *
895643Smarkm * Redistribution and use in source and binary forms, with or without
995643Smarkm * modification, are permitted provided that the following conditions
1095643Smarkm * are met:
1195643Smarkm * 1. Redistributions of source code must retain the above copyright
1295643Smarkm *    notice, this list of conditions and the following disclaimer.
1395643Smarkm * 2. Redistributions in binary form must reproduce the above copyright
1495643Smarkm *    notice, this list of conditions and the following disclaimer in the
1595643Smarkm *    documentation and/or other materials provided with the distribution.
1695643Smarkm * 3. All advertising materials mentioning features or use of this software
1795643Smarkm *    must display the following acknowledgement:
1895643Smarkm *	This product includes software developed by the University of
1995643Smarkm *	California, Berkeley and its contributors.
2095643Smarkm * 4. Neither the name of the University nor the names of its contributors
2195643Smarkm *    may be used to endorse or promote products derived from this software
2295643Smarkm *    without specific prior written permission.
2395643Smarkm *
2495643Smarkm * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2595643Smarkm * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2695643Smarkm * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2795643Smarkm * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2895643Smarkm * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2995643Smarkm * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3095643Smarkm * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3195643Smarkm * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3295643Smarkm * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3395643Smarkm * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3495643Smarkm * SUCH DAMAGE.
3595643Smarkm *
3695643Smarkm * $FreeBSD: head/usr.bin/mklocale/extern.h 95643 2002-04-28 12:34:54Z markm $
3795643Smarkm */
3895643Smarkm
3995643Smarkmint yylex(void);
4095643Smarkmint yyparse(void);
41