diff -r 23ade5604f8d -r b77a9380dd0f QTfrontend/net/newnetclient.h --- a/QTfrontend/net/newnetclient.h Fri Apr 13 00:17:30 2018 +0200 +++ b/QTfrontend/net/newnetclient.h Fri Apr 13 13:03:51 2018 -0400 @@ -84,6 +84,7 @@ QStringList cmdbuf; + int ByteLength(const QString & str); void RawSendNet(const QString & buf); void RawSendNet(const QByteArray & buf); void ParseCmd(const QStringList & lst);