diff options
author | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2010-10-11 08:38:31 +0000 |
---|---|---|
committer | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2010-10-11 08:38:31 +0000 |
commit | 82a3e8c99e4b1f72bdae97132cb7bc69b824b57d (patch) | |
tree | 88d6fdc238c2befc17a7e0e2d8650df2c24fdadd /usr.sbin/ypldap | |
parent | b3d150d3d2f73788466c79e2163413aeb6d965ff (diff) |
zap unused definitions
Diffstat (limited to 'usr.sbin/ypldap')
-rw-r--r-- | usr.sbin/ypldap/ypldap.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/ypldap/ypldap.h b/usr.sbin/ypldap/ypldap.h index 8c07f5a8f2b..75022e190ad 100644 --- a/usr.sbin/ypldap/ypldap.h +++ b/usr.sbin/ypldap/ypldap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ypldap.h,v 1.10 2009/06/06 18:31:42 pyr Exp $ */ +/* $OpenBSD: ypldap.h,v 1.11 2010/10/11 08:38:30 pyr Exp $ */ /* * Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -185,10 +185,6 @@ __dead void fatalx(const char *); int parse_config(struct env *, const char *, int); int cmdline_symset(char *); -/* listener.c */ -void listener_setup(struct env *); -void listener_init(struct env *); - /* ldapclient.c */ pid_t ldapclient(int []); |