diff options
Diffstat (limited to 'utilities.h')
-rwxr-xr-x[-rw-r--r--] | utilities.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utilities.h b/utilities.h index 29a0d4b..62a3ef5 100644..100755 --- a/utilities.h +++ b/utilities.h @@ -15,4 +15,5 @@ void LogSpamToFile(HANDLE hContact, tstring message); std::string toUTF8(std::wstring str); std::string toUTF8(std::string str); std::wstring toUTF16(std::string str); -void HistoryLogFunc(HANDLE hContact, std::string message);
\ No newline at end of file +void HistoryLogFunc(HANDLE hContact, std::string message); +std::string get_random_num(int length);
\ No newline at end of file |