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