summaryrefslogtreecommitdiff
path: root/utilities.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-27 06:31:24 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-27 06:31:24 +0300
commitc7417593521a2a96442e97508354e32f502bd931 (patch)
treee0041648790fa8aa07215eccc40e5f2714d9e97a /utilities.h
parentfea62665b2057d0be6bdffbb04e986d3b1792da4 (diff)
random key generation
Diffstat (limited to 'utilities.h')
-rw-r--r--utilities.h1
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