summaryrefslogtreecommitdiff
path: root/plugins/Scriver/chat/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Scriver/chat/chat.h')
-rw-r--r--plugins/Scriver/chat/chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/chat/chat.h b/plugins/Scriver/chat/chat.h
index 1c11ad223a..b8671fdb82 100644
--- a/plugins/Scriver/chat/chat.h
+++ b/plugins/Scriver/chat/chat.h
@@ -338,7 +338,7 @@ void SetActiveSession(const TCHAR* pszID, const char* pszModule);
void SetActiveSessionEx(SESSION_INFO* si);
SESSION_INFO* GetActiveSession(void);
SESSION_INFO* SM_AddSession(const TCHAR* pszID, const char* pszModule);
-int SM_RemoveSession(const TCHAR* pszID, const char* pszModule);
+int SM_RemoveSession(const TCHAR* pszID, const char* pszModule, BOOL removeContact);
SESSION_INFO* SM_FindSession(const TCHAR* pszID, const char* pszModule);
HWND SM_FindWindowByContact(HANDLE hContact);
USERINFO* SM_AddUser(SESSION_INFO* si, const TCHAR* pszUID, const TCHAR* pszNick, WORD wStatus);