195648Smarkm/*
295648Smarkm * Copyright (c) 2002 FreeBSD, Inc
395648Smarkm * All rights reserved.
495648Smarkm *
595648Smarkm * Redistribution and use in source and binary forms, with or without
695648Smarkm * modification, are permitted provided that the following conditions
795648Smarkm * are met:
895648Smarkm * 1. Redistributions of source code must retain the above copyright
995648Smarkm *    notice, this list of conditions and the following disclaimer.
1095648Smarkm * 2. Redistributions in binary form must reproduce the above copyright
1195648Smarkm *    notice, this list of conditions and the following disclaimer in the
1295648Smarkm *    documentation and/or other materials provided with the distribution.
1395648Smarkm *
1495648Smarkm * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
1595648Smarkm * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1695648Smarkm * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
1795648Smarkm * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
1895648Smarkm * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
1995648Smarkm * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2095648Smarkm * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2195648Smarkm * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2295648Smarkm * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2395648Smarkm * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2495648Smarkm *
2595648Smarkm * $FreeBSD$
2695648Smarkm */
2795648Smarkm
2895648Smarkmextern void	dump_file(const char *);
2995648Smarkmextern int	error_count;
3095648Smarkm
31