summaryrefslogtreecommitdiff
path: root/libcli/ldap/ldap_ndr.h
blob: df5ee478cb96d574ab7a20214ecd12c7d470be10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __LIBCLI_LDAP_LDAP_NDR_H__
#define __LIBCLI_LDAP_LDAP_NDR_H__

#include "librpc/gen_ndr/ndr_misc.h"

char *ldap_encode_ndr_uint32(TALLOC_CTX *mem_ctx, uint32_t value);
char *ldap_encode_ndr_dom_sid(TALLOC_CTX *mem_ctx, const struct dom_sid *sid);
char *ldap_encode_ndr_GUID(TALLOC_CTX *mem_ctx, const struct GUID *guid);
NTSTATUS ldap_decode_ndr_GUID(TALLOC_CTX *mem_ctx, struct ldb_val val, struct GUID *guid);

#endif /* __LIBCLI_LDAP_LDAP_NDR_H__ */