summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/ospfe.h
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2006-04-25 08:24:46 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2006-04-25 08:24:46 +0000
commite9f4ab4d8205121a8c4e54afa3a19ea7135a632f (patch)
treecd09c754fe30832db8513dfd56a2d15038bc668e /usr.sbin/ospfd/ospfe.h
parent30d4305729811111d4c05ab997418516596a76d7 (diff)
Kill unused function and add a ARGSUSED.
Diffstat (limited to 'usr.sbin/ospfd/ospfe.h')
-rw-r--r--usr.sbin/ospfd/ospfe.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfe.h b/usr.sbin/ospfd/ospfe.h
index 4f01ee52dd6..222f6a95476 100644
--- a/usr.sbin/ospfd/ospfe.h
+++ b/usr.sbin/ospfd/ospfe.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospfe.h,v 1.28 2006/04/24 20:18:03 claudio Exp $ */
+/* $OpenBSD: ospfe.h,v 1.29 2006/04/25 08:24:45 claudio Exp $ */
/*
* Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
@@ -187,7 +187,6 @@ int ls_retrans_list_del(struct nbr *, struct lsa_hdr *);
struct lsa_entry *ls_retrans_list_get(struct nbr *, struct lsa_hdr *);
void ls_retrans_list_free(struct nbr *, struct lsa_entry *);
void ls_retrans_list_clr(struct nbr *);
-int ls_retrans_list_empty(struct nbr *);
void ls_retrans_timer(int, short, void *);
void lsa_cache_init(u_int32_t);