diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-14 02:33:41 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-14 02:33:41 +0200 |
commit | a62c510d8b3f5e15bd48f71747c5f516eca570c7 (patch) | |
tree | b80c82891626c83a0c86dfb52ae6c7050f28f97f /source3/include | |
parent | 1f3e4f39c5219b8ca3564e0c2eb685d9e7fdb13e (diff) | |
download | samba-a62c510d8b3f5e15bd48f71747c5f516eca570c7.tar.gz samba-a62c510d8b3f5e15bd48f71747c5f516eca570c7.tar.bz2 samba-a62c510d8b3f5e15bd48f71747c5f516eca570c7.zip |
Use GUID_from_string.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 794c2cb6db..480b3eb4d9 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1763,7 +1763,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); -bool smb_string_to_uuid(const char *in, struct GUID* uu); char *guid_binstring(const struct GUID *guid); /* The following definitions come from lib/version.c */ |