X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fctcphandler.h;h=cac2f565cb0643c14779ac5cb4e67117d1dda555;hp=aa42bf9c0c05be317ccbee3a46303e52ed97017b;hb=bcc567f2559058f38ca8ffecf7ef4428483cb540;hpb=a3aaabf6254c8c5439af8982cc613c4ced3f50ed;ds=sidebyside diff --git a/src/core/ctcphandler.h b/src/core/ctcphandler.h index aa42bf9c..cac2f565 100644 --- a/src/core/ctcphandler.h +++ b/src/core/ctcphandler.h @@ -36,7 +36,9 @@ public: void parse(Message::Type, const QString &prefix, const QString &target, const QByteArray &message); - QByteArray dequote(const QByteArray &); + QByteArray lowLevelQuote(const QByteArray &); + QByteArray lowLevelDequote(const QByteArray &); + QByteArray xdelimQuote(const QByteArray &); QByteArray xdelimDequote(const QByteArray &); QByteArray pack(const QByteArray &ctcpTag, const QByteArray &message);