From d6746ea8feb24ca5d07ddec0b331fe2a31a70ab8 Mon Sep 17 00:00:00 2001 From: sje Date: Fri, 16 Feb 2007 01:42:04 +0000 Subject: added folders support for private data storage path git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@121 4f64403b-2f21-0410-a795-97e2b3489a10 --- otr/common.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'otr/common.h') diff --git a/otr/common.h b/otr/common.h index 062ae78..e4c7741 100644 --- a/otr/common.h +++ b/otr/common.h @@ -37,7 +37,8 @@ #include #include -#include "IcoLib.h" +#include +#include #define MODULE "OTR" @@ -61,6 +62,10 @@ extern DWORD mainThreadId; extern OtrlUserState otr_user_state; extern char private_key_filename[MAX_PATH]; +extern char fingerprint_store_filename[MAX_PATH]; + +// read the files named above +void ReadPrivkeyFiles(); #define MS_OTR_MENUSTART "OTR/Start" #define MS_OTR_MENUSTOP "OTR/Stop" @@ -68,4 +73,5 @@ extern char private_key_filename[MAX_PATH]; #define INLINE_PREFIX "[OTR Message] " #define INLINE_PREFIX_LEN 14 + #endif -- cgit v1.2.3