summaryrefslogtreecommitdiff
path: root/otr/common.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-02-16 01:42:04 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-02-16 01:42:04 +0000
commitd6746ea8feb24ca5d07ddec0b331fe2a31a70ab8 (patch)
tree487dd922e6b159892e4be885c871ffe9c047e4f7 /otr/common.h
parentfe7c82b6e3928b3424b4d4ed7b18046b8548795d (diff)
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
Diffstat (limited to 'otr/common.h')
-rw-r--r--otr/common.h8
1 files changed, 7 insertions, 1 deletions
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 <m_metacontacts.h>
#include <m_popup.h>
-#include "IcoLib.h"
+#include <m_icolib.h>
+#include <m_folders.h>
#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