diff options
author | Martin Hedenfal <martinh@cvs.openbsd.org> | 2011-01-13 06:12:30 +0000 |
---|---|---|
committer | Martin Hedenfal <martinh@cvs.openbsd.org> | 2011-01-13 06:12:30 +0000 |
commit | bb279e40b570a1b2538918450a566df9ae3b1ceb (patch) | |
tree | f497c1d2e0212b6dc85624249bcb6957da48bd94 /usr.sbin/ypldap | |
parent | 34e778910c4d20d770afcb9412f0ac3116a2f2bf (diff) |
Remove forward declarations of non-existant functions.
ok pyr@
Diffstat (limited to 'usr.sbin/ypldap')
-rw-r--r-- | usr.sbin/ypldap/ldapclient.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ypldap/ldapclient.c b/usr.sbin/ypldap/ldapclient.c index b6bc9542717..ec920b993c4 100644 --- a/usr.sbin/ypldap/ldapclient.c +++ b/usr.sbin/ypldap/ldapclient.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldapclient.c,v 1.18 2010/07/09 12:17:34 zinovik Exp $ */ +/* $OpenBSD: ldapclient.c,v 1.19 2011/01/13 06:12:29 martinh Exp $ */ /* * Copyright (c) 2008 Alexander Schrijver <aschrijver@openbsd.org> @@ -48,8 +48,6 @@ void client_connect(int, short, void *); void client_configure(struct env *); void client_periodic_update(int, short, void *); int client_try_idm(struct env *, struct idm *); -void client_try_idm_wrapper(int, short, void *); -void client_try_server_wrapper(int, short, void *); int client_addr_init(struct idm *); int client_addr_free(struct idm *); |