summaryrefslogtreecommitdiff
path: root/source3/librpc/ndr/libndr.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-05-23 23:56:21 +0200
committerGünther Deschner <gd@samba.org>2008-05-23 23:56:21 +0200
commit6b3bcb3724eed0ddff26dd7af638b606502081ad (patch)
treee1d17d81dd949bf01b5949709ff849c851752568 /source3/librpc/ndr/libndr.h
parent4d2f71e53f5a6cdc5b84a0eeab5822a7f8ca48b9 (diff)
downloadsamba-6b3bcb3724eed0ddff26dd7af638b606502081ad.tar.gz
samba-6b3bcb3724eed0ddff26dd7af638b606502081ad.tar.bz2
samba-6b3bcb3724eed0ddff26dd7af638b606502081ad.zip
drsuapi: add all code required for our drsuapi rpc client.
Guenther (This used to be commit 7c93190843e77764be4d0f6d4f0b93061c192c98)
Diffstat (limited to 'source3/librpc/ndr/libndr.h')
-rw-r--r--source3/librpc/ndr/libndr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/librpc/ndr/libndr.h b/source3/librpc/ndr/libndr.h
index 35a5b136a7..155f5f1f7d 100644
--- a/source3/librpc/ndr/libndr.h
+++ b/source3/librpc/ndr/libndr.h
@@ -348,4 +348,7 @@ enum ndr_err_code ndr_pull_ ## name(struct ndr_pull *ndr, int ndr_flags, type *v
void ndr_print_ ## name(struct ndr_print *ndr, const char *var_name, const type *v);
+void ndr_print_dom_sid28(struct ndr_print *ndr, const char *name, const struct dom_sid *sid);
+size_t ndr_size_dom_sid28(const struct dom_sid *sid, int flags);
+
#endif /* __LIBNDR_H__ */