diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-09 20:42:42 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-09 20:42:42 +0000 |
commit | 07aa970cd8f43ddd9c7b90e3ccec9113a147b79c (patch) | |
tree | 63998142444f7b4bdb464da95b9da1796f466b40 /plugins/Scriver/src/chat/chat.h | |
parent | ff92b5114a925615148d7ed22577b456c447b96a (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@7572 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/src/chat/chat.h')
-rw-r--r-- | plugins/Scriver/src/chat/chat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Scriver/src/chat/chat.h b/plugins/Scriver/src/chat/chat.h index 0532333508..7f26cb3437 100644 --- a/plugins/Scriver/src/chat/chat.h +++ b/plugins/Scriver/src/chat/chat.h @@ -346,7 +346,7 @@ BOOL SM_ChangeUID(const TCHAR *pszID, const char* pszModule, const TCHA BOOL SM_ChangeNick(const TCHAR *pszID, const char* pszModule, GCEVENT *gce);
BOOL SM_RemoveUser(const TCHAR *pszID, const char* pszModule, const TCHAR* pszUID);
BOOL SM_SetOffline(const TCHAR *pszID, const char* pszModule);
-HICON SM_GetStatusIcon(SESSION_INFO *si, USERINFO * ui);
+HICON SM_GetStatusIcon(SESSION_INFO *si, USERINFO *ui);
BOOL SM_SetStatus(const TCHAR *pszID, const char* pszModule, int wStatus);
BOOL SM_SetStatusEx(const TCHAR *pszID, const char* pszModule, const TCHAR* pszText, int flags );
BOOL SM_SendUserMessage(const TCHAR *pszID, const char* pszModule, const TCHAR* pszText);
@@ -365,7 +365,7 @@ int SM_GetCount(const char* pszModule); SESSION_INFO* SM_FindSessionByIndex(const char* pszModule, int iItem);
char* SM_GetUsers(SESSION_INFO *si);
USERINFO* SM_GetUserFromIndex(const TCHAR *pszID, const char* pszModule, int index);
-char SM_GetStatusIndicator(SESSION_INFO *si, USERINFO * ui);
+char SM_GetStatusIndicator(SESSION_INFO *si, USERINFO *ui);
SESSION_INFO* SM_FindSessionAutoComplete(const char* pszModule, SESSION_INFO* currSession, SESSION_INFO* prevSession, const TCHAR* pszOriginal, const TCHAR* pszCurrent);
MODULEINFO* MM_AddModule(const char* pszModule);
MODULEINFO* MM_FindModule(const char* pszModule);
|