From d306bb1114be2af30a80ab634f08d9e363b6fe66 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 20 Oct 1999 00:19:47 +0000 Subject: [PATCH] Remove lint caused by recent header changes. --- libraries/liblber/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/liblber/options.c b/libraries/liblber/options.c index 4ffea28b1d..bf785119d7 100644 --- a/libraries/liblber/options.c +++ b/libraries/liblber/options.c @@ -18,7 +18,7 @@ struct lber_options ber_int_options = { int ber_get_option( - LDAP_CONST void *item, + void *item, int option, void *outvalue) { -- 2.39.5