summaryrefslogtreecommitdiff
path: root/source3/librpc/ndr/uuid.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-13 15:01:28 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-13 15:01:28 +0200
commite779345bca36c2dfd11dea773e4b8aa68e4a3863 (patch)
treea0b006d2c8a31884807394bd9d385a0e2ae6b52d /source3/librpc/ndr/uuid.c
parentde0aa7850c57aadef72659651e8de33d644706fa (diff)
downloadsamba-e779345bca36c2dfd11dea773e4b8aa68e4a3863.tar.gz
samba-e779345bca36c2dfd11dea773e4b8aa68e4a3863.tar.bz2
samba-e779345bca36c2dfd11dea773e4b8aa68e4a3863.zip
Import changes from upstream libndr.
Diffstat (limited to 'source3/librpc/ndr/uuid.c')
-rw-r--r--source3/librpc/ndr/uuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/ndr/uuid.c b/source3/librpc/ndr/uuid.c
index e92df22494..1e6ee0a3db 100644
--- a/source3/librpc/ndr/uuid.c
+++ b/source3/librpc/ndr/uuid.c
@@ -110,7 +110,7 @@ _PUBLIC_ NTSTATUS NS_GUID_from_string(const char *s, struct GUID *guid)
/**
* generate a random GUID
*/
-struct GUID GUID_random(void)
+_PUBLIC_ struct GUID GUID_random(void)
{
struct GUID guid;