diff options
Diffstat (limited to 'pacman-c++/util.h')
| -rw-r--r-- | pacman-c++/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pacman-c++/util.h b/pacman-c++/util.h index 5ea2953..a9ddbee 100644 --- a/pacman-c++/util.h +++ b/pacman-c++/util.h | |||
| @@ -27,6 +27,8 @@ namespace Util | |||
| 27 | bool sendPacket(const ::google::protobuf::MessageLite& packet, QTcpSocket *socket); | 27 | bool sendPacket(const ::google::protobuf::MessageLite& packet, QTcpSocket *socket); |
| 28 | QSharedPointer<QByteArray> receivePacket(QTcpSocket *socket); | 28 | QSharedPointer<QByteArray> receivePacket(QTcpSocket *socket); |
| 29 | 29 | ||
| 30 | int floorLog2(unsigned int n); | ||
| 31 | |||
| 30 | #if 0 | 32 | #if 0 |
| 31 | void hexdump(void *pAddressIn, long lSize); | 33 | void hexdump(void *pAddressIn, long lSize); |
| 32 | #endif | 34 | #endif |
