misc cleanup

This commit is contained in:
Kurt Zeilenga 2002-01-03 00:32:19 +00:00
parent 95c5d0c6e9
commit 3dac129527

View File

@ -97,9 +97,9 @@
* complex end of list detection.
*
* For details on the use of these macros, see the queue(3) manual page.
* All macros are prefixed with LDAP_.
*
*
* LDAP_SLIST LIST LDAP_STAILQ TAILQ LDAP_CIRCLEQ
* SLIST_ LIST_ STAILQ_ TAILQ_ CIRCLEQ_
* _HEAD + + + + +
* _ENTRY + + + + +
* _INIT + + + + +
@ -118,9 +118,6 @@
* _REMOVE + + + + +
*
*/
/*
* see queue(3) for instructions on how to use
*/
/*
* Singly-linked List definitions.