diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-30 08:05:40 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-30 08:05:40 +0000 |
commit | 34d561d1468bfd0a380d755d6c991ec1b7ed79cf (patch) | |
tree | 61a6267280dd6808cf5310a8981cce4a530f2674 /plugins/MirOTR/src/utils.h | |
parent | 944482ac36d1f1d6e14cf791130bea5c7c9de01b (diff) |
minus critical section
git-svn-id: http://svn.miranda-ng.org/main/trunk@13283 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/src/utils.h')
-rw-r--r-- | plugins/MirOTR/src/utils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/MirOTR/src/utils.h b/plugins/MirOTR/src/utils.h index 1b34c34eb5..633b5a0647 100644 --- a/plugins/MirOTR/src/utils.h +++ b/plugins/MirOTR/src/utils.h @@ -5,7 +5,6 @@ void lib_cs_lock(); -void lib_cs_unlock(); MCONTACT find_contact(const char* userid, const char* protocol); ConnContext * otrl_context_find_miranda(OtrlUserState us, MCONTACT hContact); @@ -41,9 +40,6 @@ void ShowMessageInlineUtf(const MCONTACT hContact, const char *msg); void ShowMessage(const MCONTACT hContact, const TCHAR *msg); void ShowMessageUtf(const MCONTACT hContact, const char *msg); -void InitUtils(); -void DeinitUtils(); - const TCHAR *policy_to_string(OtrlPolicy policy); OtrlPolicy policy_from_string(const TCHAR *polstring); |