advcap.h revision 62656
162656Skris/*	$KAME$	*/
262656Skris
355505Sshin/*
455505Sshin * Copyright (C) 1994,1995 by Andrey A. Chernov, Moscow, Russia.
555505Sshin * All rights reserved.
655505Sshin *
755505Sshin * Redistribution and use in source and binary forms, with or without
855505Sshin * modification, are permitted provided that the following conditions
955505Sshin * are met:
1055505Sshin * 1. Redistributions of source code must retain the above copyright
1155505Sshin *    notice, this list of conditions and the following disclaimer.
1255505Sshin * 2. Redistributions in binary form must reproduce the above copyright
1355505Sshin *    notice, this list of conditions and the following disclaimer in the
1455505Sshin *    documentation and/or other materials provided with the distribution.
1555505Sshin *
1655505Sshin * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
1755505Sshin * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1855505Sshin * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1955505Sshin * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE
2055505Sshin * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2155505Sshin * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2255505Sshin * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2355505Sshin * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2455505Sshin * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2555505Sshin * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2655505Sshin * SUCH DAMAGE.
2755505Sshin *
2855505Sshin * $FreeBSD: head/usr.sbin/rtadvd/advcap.h 62656 2000-07-05 22:09:50Z kris $
2955505Sshin */
3055505Sshin
3155505Sshin/* Based on Id: termcap.h,v 1.8 1996/09/10 12:42:10 peter Exp */
3255505Sshin
3355505Sshin#ifndef _ADVCAP_H_
3455505Sshin#define _ADVCAP_H_
3555505Sshin
3655505Sshin#include <sys/cdefs.h>
3755505Sshin
3855505Sshin__BEGIN_DECLS
3955505Sshin
4062656Skrisextern int agetent __P((char *, const char *));
4162656Skrisextern int agetflag __P((const char *));
4262656Skrisextern int agetnum __P((const char *));
4362656Skrisextern char *agetstr __P((const char *, char **));
4455505Sshin
4555505Sshin__END_DECLS
4655505Sshin
4755505Sshin#endif /* _ADVCAP_H_ */
48