summaryrefslogtreecommitdiffstats
path: root/ldap/servers/slapd/slapi-private.h
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2005-08-12 05:49:55 +0000
committerNathan Kinder <nkinder@redhat.com>2005-08-12 05:49:55 +0000
commit2aa495ed6362c1d38b513e35b3c3d2bb1cad89e0 (patch)
treebe84d7111d704529e5a9141dabf3fae44271d903 /ldap/servers/slapd/slapi-private.h
parentd3c8a955c23aae8a39030012b81efcc51868a909 (diff)
downloadds-2aa495ed6362c1d38b513e35b3c3d2bb1cad89e0.tar.gz
ds-2aa495ed6362c1d38b513e35b3c3d2bb1cad89e0.tar.xz
ds-2aa495ed6362c1d38b513e35b3c3d2bb1cad89e0.zip
164843 - Modified indexing to deal with attribute subtypes
Diffstat (limited to 'ldap/servers/slapd/slapi-private.h')
-rw-r--r--ldap/servers/slapd/slapi-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldap/servers/slapd/slapi-private.h b/ldap/servers/slapd/slapi-private.h
index 27b5609b..9c9ce5c3 100644
--- a/ldap/servers/slapd/slapi-private.h
+++ b/ldap/servers/slapd/slapi-private.h
@@ -778,6 +778,7 @@ void valuearray_add_value(Slapi_Value ***vals, const Slapi_Value *addval);
void valuearray_add_value_fast(Slapi_Value ***vals, Slapi_Value *addval, int nvals, int *maxvals, int exact, int passin);
void valuearray_add_valuearray( Slapi_Value ***vals, Slapi_Value **addvals, PRUint32 flags );
void valuearray_add_valuearray_fast( Slapi_Value ***vals, Slapi_Value **addvals, int nvals, int naddvals, int *maxvals, int exact, int passin );
+int valuearray_find(const Slapi_Attr *a, Slapi_Value **va, const Slapi_Value *v);
/******************************************************************************