summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/ldpe.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@cvs.openbsd.org>2015-04-04 15:09:48 +0000
committerRenato Westphal <renato@cvs.openbsd.org>2015-04-04 15:09:48 +0000
commit06d3ec3581eb4cb29ccd0923aae49c1f1268ea59 (patch)
tree4ab680a0006921c9735d12c87876e88383da479a /usr.sbin/ldpd/ldpe.h
parent7331cca069b783a108e1077c42835ea0f5eaed68 (diff)
Remove unused parameter from adj_new().
The adjacency holdtime is set in recv_hello(). OK claudio@
Diffstat (limited to 'usr.sbin/ldpd/ldpe.h')
-rw-r--r--usr.sbin/ldpd/ldpe.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/ldpd/ldpe.h b/usr.sbin/ldpd/ldpe.h
index 567351919c9..65c98a4979d 100644
--- a/usr.sbin/ldpd/ldpe.h
+++ b/usr.sbin/ldpd/ldpe.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldpe.h,v 1.34 2015/03/21 18:34:01 renato Exp $ */
+/* $OpenBSD: ldpe.h,v 1.35 2015/04/04 15:09:47 renato Exp $ */
/*
* Copyright (c) 2004, 2005, 2008 Esben Norby <norby@openbsd.org>
@@ -158,8 +158,7 @@ int if_set_tos(int, int);
int if_set_reuse(int, int);
/* adjacency.c */
-struct adj *adj_new(struct nbr *, struct hello_source *, u_int16_t,
- struct in_addr);
+struct adj *adj_new(struct nbr *, struct hello_source *, struct in_addr);
void adj_del(struct adj *);
struct adj *adj_find(struct nbr *, struct hello_source *);
void adj_start_itimer(struct adj *);