diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-31 01:31:47 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-31 01:31:47 +0300 |
commit | 68706e0c527bc50ada54e3b93a88c5ee3e33b8e2 (patch) | |
tree | bb28935bd5a9b61a122bb72c6eb866619b0fc3c4 /commonheaders.h | |
parent | bef8e360e5e40ee4e8648a5c56b2fae3fefb1c0a (diff) |
support password for every KeyID (but only one password in memory at same time)
Diffstat (limited to 'commonheaders.h')
-rw-r--r-- | commonheaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commonheaders.h b/commonheaders.h index 24fcb69..e80d81f 100644 --- a/commonheaders.h +++ b/commonheaders.h @@ -66,4 +66,5 @@ using std::fstream; #include "jabber_account.h" #include "metacontacts.h" #include "log.h" +extern logtofile debuglog; #endif |