summaryrefslogtreecommitdiff
path: root/plugins/Sessions/Src/Utils.h
diff options
context:
space:
mode:
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);