Update main comment and remove unneeded <ac/time.h> inclusion.

This commit is contained in:
Kurt Zeilenga 1998-12-22 18:27:14 +00:00
parent 487aa911f0
commit e795f9168d

View File

@ -2,14 +2,19 @@
* OpenLDAP API Test * OpenLDAP API Test
* Written by: Kurt Zeilenga * Written by: Kurt Zeilenga
* *
* This program is designed to test libldap API for conformance * This program is designed to test API features of libldap.
* to draft-api-ldapext-ldap-c-api-01.txt. *
* 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 "portable.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <ac/time.h>
#include "lber.h" #include "lber.h"
#include "ldap.h" #include "ldap.h"