From c39a0d1bc89de3368f815b27706ae4e00d66c252 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Ritschard Date: Mon, 26 Jan 2009 21:56:16 +0000 Subject: move aldap_close in aldap.c, where it belongs. discussed with aschrijver@ --- usr.sbin/ypldap/aldap.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ypldap/aldap.h') 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 @@ -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 *); -- cgit v1.2.3