QTfrontend/proto.h
changeset 2405 3b8607ac32c6
parent 1066 1f1b3686a2b0
child 2948 3f21a9dc93d0
--- a/QTfrontend/proto.h	Sat Oct 03 12:35:24 2009 +0000
+++ b/QTfrontend/proto.h	Sat Oct 03 12:38:56 2009 +0000
@@ -32,6 +32,7 @@
 	HWProto();
 	static QByteArray & addStringToBuffer(QByteArray & buf, const QString & string);
 	static QByteArray & addStringListToBuffer(QByteArray & buf, const QStringList & strList);
+	static QString formatChatMsg(const QString & nick, const QString & msg);
 };
 
 #endif // _PROTO_H