diff options
author | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2009-01-26 21:56:16 +0000 |
---|---|---|
committer | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2009-01-26 21:56:16 +0000 |
commit | c39a0d1bc89de3368f815b27706ae4e00d66c252 (patch) | |
tree | a0843fb765c0673a2ea645e37f2139ecb11b311c /usr.sbin/ypldap/aldap.h | |
parent | fbcefd4a9b43719f72cdcb48271957a443d17f86 (diff) |
move aldap_close in aldap.c, where it belongs.
discussed with aschrijver@
Diffstat (limited to 'usr.sbin/ypldap/aldap.h')
-rw-r--r-- | usr.sbin/ypldap/aldap.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ypldap/aldap.h b/usr.sbin/ypldap/aldap.h index 5619d7dfec7..f2b96122f96 100644 --- a/usr.sbin/ypldap/aldap.h +++ b/usr.sbin/ypldap/aldap.h @@ -1,5 +1,5 @@ -/* $Id: aldap.h,v 1.4 2008/10/14 21:41:03 aschrijver Exp $ */ -/* $OpenBSD: aldap.h,v 1.4 2008/10/14 21:41:03 aschrijver Exp $ */ +/* $Id: aldap.h,v 1.5 2009/01/26 21:56:15 pyr Exp $ */ +/* $OpenBSD: aldap.h,v 1.5 2009/01/26 21:56:15 pyr Exp $ */ /* * Copyright (c) 2008 Alexander Schrijver <aschrijver@openbsd.org> @@ -176,6 +176,7 @@ enum subfilter { }; struct aldap *aldap_init(int fd); +int aldap_close(struct aldap *); struct aldap_message *aldap_parse(struct aldap *); void aldap_freemsg(struct aldap_message *); |