diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_omemo.h')
-rw-r--r-- | protocols/JabberG/src/jabber_omemo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_omemo.h b/protocols/JabberG/src/jabber_omemo.h index a5797889d6..8563735c36 100644 --- a/protocols/JabberG/src/jabber_omemo.h +++ b/protocols/JabberG/src/jabber_omemo.h @@ -35,6 +35,8 @@ namespace omemo const char IdentityPrefix[] = "OmemoSignalIdentity_";
const char DevicePrefix[] = "OmemoDeviceId";
+ CMStringW FormatFingerprint(const char* pszHexString);
+
struct omemo_device;
struct omemo_impl
|