diff options
Diffstat (limited to 'protocols/Steam/src/steam_utils.h')
-rw-r--r-- | protocols/Steam/src/steam_utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam_utils.h b/protocols/Steam/src/steam_utils.h index 29ac97b1e2..6762f89f99 100644 --- a/protocols/Steam/src/steam_utils.h +++ b/protocols/Steam/src/steam_utils.h @@ -12,6 +12,8 @@ MBinBuffer createMachineID(const char *accName); #define now() time(0) +bool IsNull(const ProtobufCBinaryData &buf); + uint64_t getRandomInt(); CMStringA protobuf_c_text_to_string(const ProtobufCMessage &msg); |