X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fsets.h;h=2478790080bb84034750c9840dd88468de335239;hb=e25f6ef0cdd1780577dffeaca8ba8b19b5697880;hp=72be10f3cac0de9771f5d1c099e0e42c4ad50fa4;hpb=ac1332cdb868b6a30f545796aca8e0bbf13fe939;p=openldap diff --git a/servers/slapd/sets.h b/servers/slapd/sets.h index 72be10f3ca..2478790080 100644 --- a/servers/slapd/sets.h +++ b/servers/slapd/sets.h @@ -4,6 +4,13 @@ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ +#ifndef SLAP_SETS_H_ +#define SLAP_SETS_H_ + +#include + +LDAP_BEGIN_DECL + /* this routine needs to return the bervals instead of * plain strings, since syntax is not known. It should * also return the syntax or some "comparison cookie" @@ -20,3 +27,6 @@ slap_set_filter (SLAP_SET_GATHER gatherer, void *cookie, struct berval *filter, char *user, char *this, BerVarray *results); +LDAP_END_DECL + +#endif \ No newline at end of file