summaryrefslogtreecommitdiff
path: root/plugins/Sessions/Src/Utils.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-11-03 16:10:07 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-11-03 16:10:07 +0000
commit415dcffc401ffdca1c0ccf94975c733b15d2e3c3 (patch)
treedca6756011ae055f2026393c6098052faef6ca48 /plugins/Sessions/Src/Utils.h
parent686b657701e50c3682045fdf4af9283e14087e04 (diff)
massive code cleaning for Sessions
git-svn-id: http://svn.miranda-ng.org/main/trunk@10911 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Sessions/Src/Utils.h')
-rw-r--r--plugins/Sessions/Src/Utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Sessions/Src/Utils.h b/plugins/Sessions/Src/Utils.h
index 72de9d3c54..ed1a8fd000 100644
--- a/plugins/Sessions/Src/Utils.h
+++ b/plugins/Sessions/Src/Utils.h
@@ -26,7 +26,7 @@ int GetInSessionOrder(MCONTACT hContact,int mode,int count);
void AddSessionMark(MCONTACT hContact,int mode,char bit);
void RemoveSessionMark(MCONTACT hContact,int mode,int marknum);
void SetSessionMark(MCONTACT hContact,int mode,char bit,unsigned int marknum);
-BOOL LoadContactsFromMask(MCONTACT hContact,int mode,int count);
+bool LoadContactsFromMask(MCONTACT hContact, int mode, int count);
int AddToCurSession(MCONTACT hContact, LPARAM lparam);
int DelFromCurSession(MCONTACT hContact,LPARAM lparam);
int CheckForDuplicate(MCONTACT contact_list[], MCONTACT lparam);