aboutsummaryrefslogtreecommitdiffstats
path: root/epan/guid-utils.h
diff options
context:
space:
mode:
authorGregor Beck <gbeck@sernet.de>2012-10-02 10:22:49 +0200
committerAnders Broman <a.broman58@gmail.com>2015-07-01 14:55:38 +0000
commitfa2c41fc5871da0789b833dd1755c2cc4ff7b2b8 (patch)
tree31a3f551a26e72cadd6abe5ac6f3ba085d568af4 /epan/guid-utils.h
parent7ee967c2b2dc5137b076373e36e0b21e1ad41dba (diff)
add function guid_cmp() to compare guids
Change-Id: I6e34bcfb2205c1647e82dd396a13b0957532c4ae Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-on: https://code.wireshark.org/review/9438 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/guid-utils.h')
-rw-r--r--epan/guid-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/guid-utils.h b/epan/guid-utils.h
index bc4f88ada9..6441b361df 100644
--- a/epan/guid-utils.h
+++ b/epan/guid-utils.h
@@ -60,4 +60,6 @@ WS_DLL_PUBLIC const gchar* guids_resolve_guid_to_str(const e_guid_t *guid);
/* (if you need hex string only, use guid_to_str instead) */
#define guids_resolve_uuid_to_str(uuid) guids_resolve_guid_to_str((e_guid_t *) (uuid))
+extern int guid_cmp(const e_guid_t *g1, const e_guid_t *g2);
+
#endif /* __GUID_UTILS_H__ */