]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/proto-slap.h
Added general limits retrieval
[openldap] / servers / slapd / proto-slap.h
index 7a257120ddc35494becb1dcf120d55a6bf95fc7e..314bb933fabfcd1af559f183eefd773f7d57abdb 100644 (file)
@@ -799,7 +799,9 @@ LDAP_SLAPD_F (int) limits_parse_one LDAP_P(( const char *arg,
 LDAP_SLAPD_F (int) limits_check LDAP_P((
        Operation *op, SlapReply *rs ));
 LDAP_SLAPD_F (void) limits_unparse_one LDAP_P(( 
-       struct slap_limits_set *limit, struct berval *bv ));
+       struct slap_limits_set *limit, int which, struct berval *bv ));
+LDAP_SLAPD_F (void) limits_unparse LDAP_P(( 
+       struct slap_limits *limit, struct berval *bv ));
 
 /*
  * lock.c