summaryrefslogtreecommitdiff
path: root/librpc/ndr/libndr.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-11-13 21:28:02 +0100
committerStefan Metzmacher <metze@samba.org>2008-11-16 16:37:22 +0100
commit2cff27cefdd7f898349e8853f2c6307d1fb28855 (patch)
tree07489a487555c0fe605cb786479137f0e428fab9 /librpc/ndr/libndr.h
parent69af236e7772e85b7b8dc7045c6737d85f4b189a (diff)
downloadsamba-2cff27cefdd7f898349e8853f2c6307d1fb28855.tar.gz
samba-2cff27cefdd7f898349e8853f2c6307d1fb28855.tar.bz2
samba-2cff27cefdd7f898349e8853f2c6307d1fb28855.zip
librpc/ndr: add GUID_hexstring()
metze
Diffstat (limited to 'librpc/ndr/libndr.h')
-rw-r--r--librpc/ndr/libndr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/ndr/libndr.h b/librpc/ndr/libndr.h
index ad94c59e90..eafaf688af 100644
--- a/librpc/ndr/libndr.h
+++ b/librpc/ndr/libndr.h
@@ -519,6 +519,7 @@ bool GUID_all_zero(const struct GUID *u);
int GUID_compare(const struct GUID *u1, const struct GUID *u2);
char *GUID_string(TALLOC_CTX *mem_ctx, const struct GUID *guid);
char *GUID_string2(TALLOC_CTX *mem_ctx, const struct GUID *guid);
+char *GUID_hexstring(TALLOC_CTX *mem_ctx, const struct GUID *guid);
char *NS_GUID_string(TALLOC_CTX *mem_ctx, const struct GUID *guid);
struct GUID GUID_random(void);