Missing LDAP_CONST from ldap_set_option() declaration.

This commit is contained in:
Kurt Zeilenga 1999-05-19 01:42:29 +00:00
parent dc07e765f2
commit 11c052fae6

View file

@ -57,7 +57,7 @@ int
ber_set_option(
void *item,
int option,
void *invalue)
LDAP_CONST void *invalue)
{
BerElement *ber;
Sockbuf *sb;