]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/apitest.c
Add lber_log_print support to libldap.
[openldap] / libraries / libldap / apitest.c
index 8438753ec2d8bf60f4c2d219a1a3bd67853fd8a2..40fbf484a5c6f87a223f67620303eb394b72f370 100644 (file)
@@ -1,15 +1,24 @@
+/*
+ * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
 /*
  * 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"