diff options
Diffstat (limited to 'utilities.h')
-rw-r--r-- | utilities.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utilities.h b/utilities.h index 431c567..0971265 100644 --- a/utilities.h +++ b/utilities.h @@ -31,5 +31,6 @@ bool isContactSecured(HANDLE hContact); const bool StriStr(const char *str, const char *substr); string toUTF8(wstring str); wstring toUTF16(string str); +string get_random(int length); #endif |