summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Steam/src/steam_utils.h')
-rw-r--r--protocols/Steam/src/steam_utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam_utils.h b/protocols/Steam/src/steam_utils.h
index b183837a78..91b0baf311 100644
--- a/protocols/Steam/src/steam_utils.h
+++ b/protocols/Steam/src/steam_utils.h
@@ -10,6 +10,9 @@ void ShowNotification(const wchar_t *caption, const wchar_t *message, int flags
MBinBuffer RsaEncrypt(const char *pszModulus, const char *exponent, const char *data);
MBinBuffer createMachineID(const char *accName);
+void EncodeBbcodes(SESSION_INFO *si, CMStringW &szText);
+void DecodeBbcodes(SESSION_INFO *si, CMStringA &szText);
+
#define now() time(0)
bool IsNull(const ProtobufCBinaryData &buf);