summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-14 02:41:20 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-14 02:41:20 +0200
commit389cfee579a3222e6f536971af2fc0cb30596475 (patch)
tree3bcd6271861fa3166791aee6aa8ff5d7156e6301 /source3/include
parent4c81727a003e4c49c314e0c5a1b4584b8825e7fe (diff)
downloadsamba-389cfee579a3222e6f536971af2fc0cb30596475.tar.gz
samba-389cfee579a3222e6f536971af2fc0cb30596475.tar.bz2
samba-389cfee579a3222e6f536971af2fc0cb30596475.zip
Use GUID_random.
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 480b3eb4d9..8f2c813954 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1762,7 +1762,6 @@ int islower_ascii(int c);
void smb_uuid_pack(const struct GUID uu, UUID_FLAT *ptr);
void smb_uuid_unpack(const UUID_FLAT in, struct GUID *uu);
-void smb_uuid_generate_random(struct GUID *uu);
char *guid_binstring(const struct GUID *guid);
/* The following definitions come from lib/version.c */