summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-09-17 18:06:05 +1000
committerGünther Deschner <gd@samba.org>2010-09-20 16:15:11 -0700
commit80ca590d38d16723c6f457249e4051d5aa5843c5 (patch)
treeaae4c98201ee1f230727c1f5e9df19cd7d0a5be6 /source3/include
parent03011bf11837e75474f91f422ddf35d827d31cd1 (diff)
downloadsamba-80ca590d38d16723c6f457249e4051d5aa5843c5.tar.gz
samba-80ca590d38d16723c6f457249e4051d5aa5843c5.tar.bz2
samba-80ca590d38d16723c6f457249e4051d5aa5843c5.zip
s3-lib/util Remove unused smb_uuid_unpack()
Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index ff418ab673..d7b9cb0a93 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1582,10 +1582,6 @@ int tolower_ascii(int c);
int isupper_ascii(int c);
int islower_ascii(int c);
-/* The following definitions come from lib/util_uuid.c */
-
-void smb_uuid_unpack(const UUID_FLAT in, struct GUID *uu);
-
/* The following definitions come from lib/version.c */
const char *samba_version_string(void);