rc.h revision 1.2
11.2Sthorpej/*	$NetBSD: rc.h,v 1.2 1997/03/25 03:07:36 thorpej Exp $	*/
21.2Sthorpej
31.1Scjs/*
41.1Scjs * Copyright (c) 1993-95 Mats O Jansson.  All rights reserved.
51.1Scjs *
61.1Scjs * Redistribution and use in source and binary forms, with or without
71.1Scjs * modification, are permitted provided that the following conditions
81.1Scjs * are met:
91.1Scjs * 1. Redistributions of source code must retain the above copyright
101.1Scjs *    notice, this list of conditions and the following disclaimer.
111.1Scjs * 2. Redistributions in binary form must reproduce the above copyright
121.1Scjs *    notice, this list of conditions and the following disclaimer in the
131.1Scjs *    documentation and/or other materials provided with the distribution.
141.1Scjs * 3. All advertising materials mentioning features or use of this software
151.1Scjs *    must display the following acknowledgement:
161.1Scjs *	This product includes software developed by Mats O Jansson.
171.1Scjs * 4. The name of the author may not be used to endorse or promote products
181.1Scjs *    derived from this software without specific prior written permission.
191.1Scjs *
201.1Scjs * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
211.1Scjs * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
221.1Scjs * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
231.1Scjs * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
241.1Scjs * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
251.1Scjs * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
261.1Scjs * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
271.1Scjs * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
281.1Scjs * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
291.1Scjs * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
301.1Scjs *
311.2Sthorpej *	$NetBSD: rc.h,v 1.2 1997/03/25 03:07:36 thorpej Exp $
321.1Scjs *
331.1Scjs */
341.1Scjs
351.1Scjs#ifndef _RC_H_
361.1Scjs#define _RC_H_
371.1Scjs
381.1Scjs#ifdef NO__P
391.1Scjsvoid	mopDumpRC        (/* FILE *, u_char *, int */);
401.1Scjs#else
411.1Scjs__BEGIN_DECLS
421.1Scjsvoid	mopDumpRC        __P((FILE *, u_char *, int));
431.1Scjs__END_DECLS
441.1Scjs#endif
451.1Scjs
461.1Scjs#endif _RC_H_
47