]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/srchpref.c
rename ldap_pvt_init_utils() to ldap_int_utils_init() and provide
[openldap] / libraries / libldap / srchpref.c
index 1af1c227a4e7802a10c25d6c68b7113940a1e196..486f4fab344aecf393a40358ed0a98e885645dba 100644 (file)
@@ -41,13 +41,13 @@ static int read_next_searchobj LDAP_P(( char **bufp, long *blenp,
        struct ldap_searchobj **sop, int soversion ));
 
 
-static char            *sobjoptions[] = {
+static const char *const       sobjoptions[] = {
     "internal",
     NULL
 };
 
 
-static unsigned long   sobjoptvals[] = {
+static const unsigned long     sobjoptvals[] = {
     LDAP_SEARCHOBJ_OPT_INTERNAL,
 };