From e495b982af4326ea6a265fe1bce2da88c8c00ef4 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 14 Dec 1999 00:47:20 +0000 Subject: [PATCH] Add LDAP_RES_EXTENDED_PARTIAL tag --- include/ldap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ldap.h b/include/ldap.h index 9b4a009b03..24f2dc7311 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -252,6 +252,7 @@ typedef struct ldapcontrol { #define LDAP_RES_RENAME LDAP_RES_MODRDN /* application + constructed */ #define LDAP_RES_COMPARE ((ber_tag_t) 0x6fU) /* application + constructed */ #define LDAP_RES_EXTENDED ((ber_tag_t) 0x78U) /* V3: application + constructed */ +#define LDAP_RES_EXTENDED_PARTIAL ((ber_tag_t) 0x79U) /* V3+: application + constructed */ #define LDAP_RES_ANY ((ber_tag_t)(-1)) #define LDAP_RES_UNSOLICITED ((ber_tag_t)(0)) -- 2.39.5