summaryrefslogtreecommitdiff
path: root/otr/common.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-10-11 08:42:39 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-10-11 08:42:39 +0000
commit283b4ae7cb3ca185b9a9eb1e629b9f7278be55de (patch)
tree00594b091ea9e0ede85ee57bc7e425b77837597f /otr/common.h
parent2858844b5063f5f2a753f162d0fa475bae4a48b0 (diff)
more fixes for hard-coded metacontact protocol name
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@365 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'otr/common.h')
-rw-r--r--otr/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/otr/common.h b/otr/common.h
index 5d7edb0..27b9612 100644
--- a/otr/common.h
+++ b/otr/common.h
@@ -63,6 +63,8 @@ extern OtrlUserState otr_user_state;
extern char private_key_filename[MAX_PATH];
extern char fingerprint_store_filename[MAX_PATH];
+extern char *metaproto;
+
// read the files named above
void ReadPrivkeyFiles();