-/* $KAME$ */
+/* $KAME: dnssec.h,v 1.1 2001/04/11 06:11:55 sakane Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* SUCH DAMAGE.
*/
+#ifndef __DNSSEC_H__
+#define __DNSSEC_H__
+
extern cert_t *dnssec_getcert __P((vchar_t *));
+
+#endif /* __DNSSEC_H__ */
+