11.7Sjoerg/*	$NetBSD: cmp.h,v 1.7 2011/08/30 19:49:10 joerg 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 *
151.1Scjs * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
161.1Scjs * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
171.1Scjs * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
181.1Scjs * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
191.1Scjs * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
201.1Scjs * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
211.1Scjs * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
221.1Scjs * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
231.1Scjs * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
241.1Scjs * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
251.1Scjs *
261.7Sjoerg *	$NetBSD: cmp.h,v 1.7 2011/08/30 19:49:10 joerg Exp $
271.1Scjs *
281.1Scjs */
291.1Scjs
301.1Scjs#ifndef _CMP_H_
311.1Scjs#define _CMP_H_
321.1Scjs
331.1Scjs__BEGIN_DECLS
341.7Sjoergint	mopCmpEAddr(const u_char *, const u_char *);
351.1Scjs__END_DECLS
361.1Scjs
371.4Scgd#endif /* _CMP_H_ */
38