]> git.sur5r.net Git - openldap/commitdiff
sync with slapd/slapi/slapi_utils.h
authorLuke Howard <lukeh@openldap.org>
Fri, 24 Jan 2003 09:56:18 +0000 (09:56 +0000)
committerLuke Howard <lukeh@openldap.org>
Fri, 24 Jan 2003 09:56:18 +0000 (09:56 +0000)
include/slapi-plugin.h

index 7a6a0a24ed6ed09f4478dddbcf691ddfbea9f959..8b52a3a92b10d8899e4857e98915cc3916d97740 100644 (file)
@@ -79,6 +79,8 @@ int slapi_attr_get_valueset( const Slapi_Attr *a, Slapi_ValueSet **vs );
 int slapi_attr_get_bervals_copy( Slapi_Attr *a, struct berval ***vals );
 int slapi_entry_attr_hasvalue( Slapi_Entry *e, const char *type, const char *value );
 int slapi_entry_attr_merge_sv( Slapi_Entry *e, const char *type, Slapi_Value **vals );
+int slapi_entry_first_attr( const Slapi_Entry *e, Slapi_Attr **attr );
+int slapi_entry_next_attr( const Slapi_Entry *e, Slapi_Attr *prevattr, Slapi_Attr **attr );
 char *slapi_attr_syntax_normalize( const char *s );
 
 Slapi_Value *slapi_value_new( void );