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