summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormartinh <martinh@openbsd.org>2010-06-27 16:01:08 +0000
committermartinh <martinh@openbsd.org>2010-06-27 16:01:08 +0000
commit775336e0a08630e8bdbdc45cf4f254522a31ef3f (patch)
tree9abae071ab3797c2b33fabedc00584670b21c3dc
parentDocument .Bk/.Ek; reminded by kristaps@. (diff)
downloadwireguard-openbsd-775336e0a08630e8bdbdc45cf4f254522a31ef3f.tar.xz
wireguard-openbsd-775336e0a08630e8bdbdc45cf4f254522a31ef3f.zip
remove an unused typedef
-rw-r--r--usr.sbin/ldapd/ldapd.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/ldapd/ldapd.h b/usr.sbin/ldapd/ldapd.h
index f3fe4ec9b79..e4c1416973a 100644
--- a/usr.sbin/ldapd/ldapd.h
+++ b/usr.sbin/ldapd/ldapd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldapd.h,v 1.8 2010/06/23 13:34:53 martinh Exp $ */
+/* $OpenBSD: ldapd.h,v 1.9 2010/06/27 16:01:08 martinh Exp $ */
/*
* Copyright (c) 2009, 2010 Martin Hedenfalk <martin@bzero.se>
@@ -376,9 +376,6 @@ struct imsgev {
short events;
};
-struct ctl_conn;
-typedef void (*ctl_close_func)(struct ctl_conn *);
-
struct ctl_conn {
TAILQ_ENTRY(ctl_conn) entry;
u_int8_t flags;