diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-27 06:31:24 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-27 06:31:24 +0300 |
commit | c7417593521a2a96442e97508354e32f502bd931 (patch) | |
tree | e0041648790fa8aa07215eccc40e5f2714d9e97a /utilities.h | |
parent | fea62665b2057d0be6bdffbb04e986d3b1792da4 (diff) |
random key generation
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 |