]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-shell/result.c
Add search no-op support.
[openldap] / servers / slapd / back-shell / result.c
index adfd86f59bf5769a4eccf1c5912239b6fd3ebdf0..aaadf6bec7f403bec52a787232cd419669d8c5f4 100644 (file)
@@ -1,7 +1,7 @@
 /* result.c - shell backend result reading function */
 /* $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
  */
 
@@ -23,7 +23,7 @@ read_and_send_results(
     Connection *conn,
     Operation  *op,
     FILE       *fp,
-    struct berval **attrs,
+    AttributeName *attrs,
     int                attrsonly
 )
 {