summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraschrijver <aschrijver@openbsd.org>2008-12-29 15:48:13 +0000
committeraschrijver <aschrijver@openbsd.org>2008-12-29 15:48:13 +0000
commit7512bbfffbe3cf4a8d681273b3e8f245f2a6c52e (patch)
treed3aea3c703e1aaf18f425ff943965345d6c891a4
parentfix previous; e.g. ls /var/spool/mqueue as an oridinary user. ok (diff)
downloadwireguard-openbsd-7512bbfffbe3cf4a8d681273b3e8f245f2a6c52e.tar.xz
wireguard-openbsd-7512bbfffbe3cf4a8d681273b3e8f245f2a6c52e.zip
Remove unused prototype.
-rw-r--r--usr.sbin/ypldap/ber.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ypldap/ber.h b/usr.sbin/ypldap/ber.h
index f88f7944151..8498fd02be3 100644
--- a/usr.sbin/ypldap/ber.h
+++ b/usr.sbin/ypldap/ber.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ber.h,v 1.1 2008/09/30 16:24:16 aschrijver Exp $ */
+/* $OpenBSD: ber.h,v 1.2 2008/12/29 15:48:13 aschrijver Exp $ */
/*
* Copyright (c) 2007 Reyk Floeter <reyk@vantronix.net>
@@ -125,6 +125,4 @@ size_t ber_calc_len(struct ber_element *);
void ber_set_application(struct ber *,
unsigned long (*)(struct ber_element *));
void ber_free(struct ber *);
-
-int ber_get_stringset(struct ber_element *, char ***);
__END_DECLS