diff options
author | Günther Deschner <gd@samba.org> | 2011-01-25 00:52:10 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-01-25 11:42:46 +0100 |
commit | 7eac3100ea77eca64152444336180418938d5843 (patch) | |
tree | 1638e8042365f69e6d90faab0aa066345ebef9db /librpc/ndr/libndr.h | |
parent | 62e1c80cf532681c02ecd2ddcb7c920381a0465e (diff) | |
download | samba-7eac3100ea77eca64152444336180418938d5843.tar.gz |
libndr: move ndr_print_bool to ndr_basic.c
Guenther
Diffstat (limited to 'librpc/ndr/libndr.h')
-rw-r--r-- | librpc/ndr/libndr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/librpc/ndr/libndr.h b/librpc/ndr/libndr.h index 06cc93a8919..ff20755700d 100644 --- a/librpc/ndr/libndr.h +++ b/librpc/ndr/libndr.h @@ -571,4 +571,6 @@ _PUBLIC_ enum ndr_err_code ndr_push_enum_uint16(struct ndr_push *ndr, int ndr_fl _PUBLIC_ enum ndr_err_code ndr_push_enum_uint32(struct ndr_push *ndr, int ndr_flags, uint32_t v); _PUBLIC_ enum ndr_err_code ndr_push_enum_uint1632(struct ndr_push *ndr, int ndr_flags, uint16_t v); +_PUBLIC_ void ndr_print_bool(struct ndr_print *ndr, const char *name, const bool b); + #endif /* __LIBNDR_H__ */ |