mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
Update main comment and remove unneeded <ac/time.h> inclusion.
This commit is contained in:
parent
487aa911f0
commit
e795f9168d
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user