source: branches/samba-3.5.x/libcli/ldap/ldap_ndr.h

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 456 bytes
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
6char *ldap_encode_ndr_uint32(TALLOC_CTX *mem_ctx, uint32_t value);
7char *ldap_encode_ndr_dom_sid(TALLOC_CTX *mem_ctx, const struct dom_sid *sid);
8char *ldap_encode_ndr_GUID(TALLOC_CTX *mem_ctx, struct GUID *guid);
9NTSTATUS 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.