diff options
Diffstat (limited to 'otr/common.h')
-rw-r--r-- | otr/common.h | 8 |
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
|