diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-22 19:22:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-22 19:22:28 +0000 |
commit | 4c940062ccbf560f057b22a9a5dabe72f17a1222 (patch) | |
tree | a5971ce23052d0b081deb253a2b4fd1e20612075 /plugins/UserInfoEx/src/svc_gender.h | |
parent | f383b01cb1c1b3ba0dc20b98a512fdc576a1ba68 (diff) |
local module cycles removed and replaced with the single cycle
git-svn-id: http://svn.miranda-ng.org/main/trunk@7343 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/svc_gender.h')
-rw-r--r-- | plugins/UserInfoEx/src/svc_gender.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/UserInfoEx/src/svc_gender.h b/plugins/UserInfoEx/src/svc_gender.h index 6103f7f7ae..8c7c892ccf 100644 --- a/plugins/UserInfoEx/src/svc_gender.h +++ b/plugins/UserInfoEx/src/svc_gender.h @@ -25,8 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. BYTE GenderOf(HANDLE hContact, LPCSTR pszProto);
BYTE GenderOf(HANDLE hContact);
-void SvcGenderEnableExtraIcons(BYTE bColumn, BYTE bUpdateDB);
-void SvcGenderLoadModule();
+bool SvcGenderEnableExtraIcons(bool bEnable = false, bool bUpdateDB = false);
void SvcGenderUnloadModule();
#endif /* _UINFOEX_SVCGENDER_H_INCLUDED_ */
\ No newline at end of file |