From c7417593521a2a96442e97508354e32f502bd931 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 27 Oct 2010 06:31:24 +0300 Subject: random key generation --- utilities.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utilities.h') 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 -- cgit v1.2.3