]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-shell/shell.h
Add search no-op support.
[openldap] / servers / slapd / back-shell / shell.h
index c0ade1fd3ebfd137a1cd5535e0aeab4ce6393e81..866fd4b2aa01625de817987e2d9581617d290e97 100644 (file)
@@ -1,7 +1,7 @@
 /* shell.h - shell backend header file */
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 
@@ -42,7 +42,7 @@ extern int read_and_send_results LDAP_P((
        struct slap_conn *conn,
        struct slap_op *op,
        FILE *fp,
-       struct berval **attrs,
+       AttributeName *attrs,
        int attrsonly));
 
 LDAP_END_DECL