diff options
author | Martin Hedenfal <martinh@cvs.openbsd.org> | 2010-06-27 16:01:09 +0000 |
---|---|---|
committer | Martin Hedenfal <martinh@cvs.openbsd.org> | 2010-06-27 16:01:09 +0000 |
commit | 867355148c67ded92a8073f57505897f64606c54 (patch) | |
tree | f8068aded4c93f5bada52519cee4367169237c26 /usr.sbin/ldapd | |
parent | 9b0e5fc21c1c7350f2033a03402730e7e92b6361 (diff) |
remove an unused typedef
Diffstat (limited to 'usr.sbin/ldapd')
-rw-r--r-- | usr.sbin/ldapd/ldapd.h | 5 |
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; |