summaryrefslogtreecommitdiff
path: root/helpers.h
diff options
context:
space:
mode:
authorJavier <maemo@javispedro.com>2014-05-20 02:02:49 +0200
committerJavier <maemo@javispedro.com>2014-05-20 02:02:49 +0200
commit716e886d437386fc0bc9d0d61f178a23587c6e1f (patch)
tree44998aff6cf56e51b737f47d059f806f79152951 /helpers.h
parente0677f561465615d84ca81b48955dbf8e169e02e (diff)
downloadlibgato-716e886d437386fc0bc9d0d61f178a23587c6e1f.tar.gz
libgato-716e886d437386fc0bc9d0d61f178a23587c6e1f.zip
fix unintended size in output
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