diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-14 02:26:18 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-14 02:26:18 +0200 |
commit | 1f3e4f39c5219b8ca3564e0c2eb685d9e7fdb13e (patch) | |
tree | dc2074d60a5f0cf1eca3236e02a95782613b1533 /source3/include | |
parent | 7e5bbe806958ea8176e4c8494e3b3f79570635da (diff) | |
download | samba-1f3e4f39c5219b8ca3564e0c2eb685d9e7fdb13e.tar.gz samba-1f3e4f39c5219b8ca3564e0c2eb685d9e7fdb13e.tar.bz2 samba-1f3e4f39c5219b8ca3564e0c2eb685d9e7fdb13e.zip |
Use GUID_string rather than smb_uuid_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 8ccf987a6d..794c2cb6db 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); -const char *smb_uuid_string(TALLOC_CTX *mem_ctx, const struct GUID uu); bool smb_string_to_uuid(const char *in, struct GUID* uu); char *guid_binstring(const struct GUID *guid); |