From: Kurt Zeilenga Date: Tue, 22 Dec 1998 18:27:14 +0000 (+0000) Subject: Update main comment and remove unneeded inclusion. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~889 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e795f9168d37f2157af9de19a53663d17ab72e20;p=openldap Update main comment and remove unneeded inclusion. --- diff --git a/libraries/libldap/apitest.c b/libraries/libldap/apitest.c index 8438753ec2..cd0a02ad0c 100644 --- a/libraries/libldap/apitest.c +++ b/libraries/libldap/apitest.c @@ -2,14 +2,19 @@ * OpenLDAP API Test * Written by: Kurt Zeilenga * - * This program is designed to test libldap API for conformance - * to draft-api-ldapext-ldap-c-api-01.txt. + * This program is designed to test API features of libldap. + * + * The API specification can be found in: + * + * draft-api-ldapext-ldap-c-api-01.txt + * + * and discussions on ietf-ldapext mailing list. + * */ #include "portable.h" #include #include -#include #include "lber.h" #include "ldap.h"