diff options
Diffstat (limited to 'examples/GuiClient/utils.h')
| -rw-r--r-- | examples/GuiClient/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/GuiClient/utils.h b/examples/GuiClient/utils.h index 1b64d0eb..ff6c8178 100644 --- a/examples/GuiClient/utils.h +++ b/examples/GuiClient/utils.h @@ -44,4 +44,6 @@ QString getImageType1(const QByteArray& image); bool isValidBareJid(const QString& bareJid); +QByteArray calculateXor(const QByteArray& data, const QByteArray& key); + #endif // CLIENTUTILS_H |
