diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-30 18:52:54 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-30 18:52:54 +0000 |
commit | bb4e8721d14fbbcf8cafc976ba882326109f3ccf (patch) | |
tree | fa4f9ee246fc78a449da47194ec710056ca5072d /plugins/Exchange/src/services.h | |
parent | 5f7961a471c1027e32297099de33769a4247a60d (diff) |
minus critical section
git-svn-id: http://svn.miranda-ng.org/main/trunk@13302 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Exchange/src/services.h')
-rw-r--r-- | plugins/Exchange/src/services.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Exchange/src/services.h b/plugins/Exchange/src/services.h index f1c549dedd..f445c69b42 100644 --- a/plugins/Exchange/src/services.h +++ b/plugins/Exchange/src/services.h @@ -23,8 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define MS_EXCHANGE_CHECKEMAIL "Exchange/CheckEmail"
-extern CRITICAL_SECTION csCheck;
-
int InitServices();
int DestroyServices();
|