summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/rde.h
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2004-08-05 20:56:13 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2004-08-05 20:56:13 +0000
commita325e1b07bf6f3f3555df360bcd18ec3428d0bf0 (patch)
treeed43c12e75133cc378971ea934fb12281413168b /usr.sbin/bgpd/rde.h
parentc9a88688b3627cc3685fd0a2f52852f00173a92c (diff)
As usual cleanup on exit. OK henning@
Diffstat (limited to 'usr.sbin/bgpd/rde.h')
-rw-r--r--usr.sbin/bgpd/rde.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/rde.h b/usr.sbin/bgpd/rde.h
index e7829dba2dc..17007e6cc8d 100644
--- a/usr.sbin/bgpd/rde.h
+++ b/usr.sbin/bgpd/rde.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde.h,v 1.49 2004/08/05 18:44:19 claudio Exp $ */
+/* $OpenBSD: rde.h,v 1.50 2004/08/05 20:56:12 claudio Exp $ */
/*
* Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org> and
@@ -256,6 +256,7 @@ int aspath_verify(void *, u_int16_t);
#define AS_ERR_TYPE -2
#define AS_ERR_BAD -3
void aspath_init(u_int32_t);
+void aspath_shutdown(void);
struct aspath *aspath_get(void *, u_int16_t);
void aspath_put(struct aspath *);
u_char *aspath_dump(struct aspath *);