X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;h=a579e3bbac2549b9214515be4b11277167019913;hb=7a9c84596a4bb5d6742e98d4adf2d22ccec62a42;hp=7b458509bc6ddbd1c27a156b174125e611ec6d6e;hpb=6f0a153a674317d77233139fc50a2985af86e36e;p=quassel.git diff --git a/src/core/corenetwork.h b/src/core/corenetwork.h index 7b458509..a579e3bb 100644 --- a/src/core/corenetwork.h +++ b/src/core/corenetwork.h @@ -115,6 +115,7 @@ public slots: // Blowfish stuff #ifdef HAVE_QCA2 + Cipher *cipher(const QString &recipient) const; QByteArray cipherKey(const QString &recipient) const; void setCipherKey(const QString &recipient, const QByteArray &key); #endif