Line | |
---|
1 | #ifndef __LIBCLI_LDAP_LDAP_NDR_H__
|
---|
2 | #define __LIBCLI_LDAP_LDAP_NDR_H__
|
---|
3 |
|
---|
4 | #include "librpc/gen_ndr/ndr_misc.h"
|
---|
5 |
|
---|
6 | char *ldap_encode_ndr_uint32(TALLOC_CTX *mem_ctx, uint32_t value);
|
---|
7 | char *ldap_encode_ndr_dom_sid(TALLOC_CTX *mem_ctx, const struct dom_sid *sid);
|
---|
8 | char *ldap_encode_ndr_GUID(TALLOC_CTX *mem_ctx, struct GUID *guid);
|
---|
9 | NTSTATUS ldap_decode_ndr_GUID(TALLOC_CTX *mem_ctx, struct ldb_val val, struct GUID *guid);
|
---|
10 |
|
---|
11 | #endif /* __LIBCLI_LDAP_LDAP_NDR_H__ */
|
---|
12 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.