diff options
Diffstat (limited to 'otr/common.h')
-rw-r--r-- | otr/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/otr/common.h b/otr/common.h index e4c7741..7889661 100644 --- a/otr/common.h +++ b/otr/common.h @@ -67,6 +67,9 @@ extern char fingerprint_store_filename[MAX_PATH]; // read the files named above
void ReadPrivkeyFiles();
+// get human readable fingerprint for a contact
+bool GetFingerprint(HANDLE hContact, char buff[45]);
+
#define MS_OTR_MENUSTART "OTR/Start"
#define MS_OTR_MENUSTOP "OTR/Stop"
|