summaryrefslogtreecommitdiff
path: root/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'helpers.h')
-rw-r--r--helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers.h b/helpers.h
index 962026c..55ea706 100644
--- a/helpers.h
+++ b/helpers.h
@@ -31,5 +31,6 @@ void write_le(T src, char *dst)
GatoUUID bytearray_to_gatouuid(const QByteArray &ba);
QByteArray gatouuid_to_bytearray(const GatoUUID &uuid, bool use_uuid16, bool use_uuid32);
+void write_gatouuid(QDataStream &s, const GatoUUID &uuid, bool use_uuid16, bool use_uuid32);
#endif // HELPERS_H