diff options
author | George Hazan <george.hazan@gmail.com> | 2014-12-22 12:33:12 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-12-22 12:33:12 +0000 |
commit | 2656ab9766a59b9e35f4b1f5b54f81ec2178a1d8 (patch) | |
tree | 41803c658007c99e90a92e434b2091c7a3784177 /plugins/Clist_modern/src/hdr | |
parent | 0e08608e0c6c6748f091988aac6fb43503d189ab (diff) |
- another CRITICAL_SECTION removed;
- code cleaning in GTA module
git-svn-id: http://svn.miranda-ng.org/main/trunk@11578 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/hdr')
-rw-r--r-- | plugins/Clist_modern/src/hdr/modern_gettextasync.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_gettextasync.h b/plugins/Clist_modern/src/hdr/modern_gettextasync.h index 2a8c63296d..c53039da71 100644 --- a/plugins/Clist_modern/src/hdr/modern_gettextasync.h +++ b/plugins/Clist_modern/src/hdr/modern_gettextasync.h @@ -1,5 +1,6 @@ #pragma once
void InitCacheAsync();
-void UninitCacheAsync();
+
void gtaRenewText(MCONTACT hContact);
-int gtaAddRequest(ClcData *dat, MCONTACT hContact);
+int gtaAddRequest(ClcData *dat, MCONTACT hContact);
+void gtaShutdown(void);
|