summaryrefslogtreecommitdiff
path: root/otr/common.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-02-16 03:26:31 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-02-16 03:26:31 +0000
commitbd39a0d0ea64bec7b0025d80adb2d1ee8357bea6 (patch)
tree81aa79c433225e01f2402729a8bba591b73ddb10 /otr/common.h
parentd6746ea8feb24ca5d07ddec0b331fe2a31a70ab8 (diff)
fix folders implementation
show user fingerprints in options git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@122 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'otr/common.h')
-rw-r--r--otr/common.h3
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"