]> git.sur5r.net Git - openldap/commitdiff
Update main comment and remove unneeded <ac/time.h> inclusion.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 22 Dec 1998 18:27:14 +0000 (18:27 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 22 Dec 1998 18:27:14 +0000 (18:27 +0000)
libraries/libldap/apitest.c

index 8438753ec2d8bf60f4c2d219a1a3bd67853fd8a2..cd0a02ad0c7c22d1e8fdaa539a2ec39371fdbda9 100644 (file)
@@ -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 <stdio.h>
 #include <stdlib.h>
-#include <ac/time.h>
 
 #include "lber.h"
 #include "ldap.h"