summaryrefslogtreecommitdiff
path: root/include/m_clistint.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-01-16 08:37:51 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-01-16 08:37:51 +0000
commit38ab4dde6b080defc5e7d7b286110d580cabdaa0 (patch)
tree4890eaba00645f597e91a888277d461ba3d923c0 /include/m_clistint.h
parent2f30799b091475f1086b756bba4b43ebacd3aefc (diff)
kernel chat engine, part 2 - scriver
git-svn-id: http://svn.miranda-ng.org/main/trunk@7676 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r--include/m_clistint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h
index b0d49e935e..8cda5111f7 100644
--- a/include/m_clistint.h
+++ b/include/m_clistint.h
@@ -178,7 +178,7 @@ struct trayIconInfo_t
typedef struct _menuProto
{
- char* szProto; //This is DLL-based unique name
+ char *szProto; //This is DLL-based unique name
HGENMENU pMenu;
HICON hIcon;
}
@@ -366,7 +366,7 @@ typedef struct
/* clui.c */
LRESULT (CALLBACK *pfnContactListWndProc)(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
- void (*pfnCluiProtocolStatusChanged)(int status, const char* szProto);
+ void (*pfnCluiProtocolStatusChanged)(int status, const char *szProto);
void (*pfnDrawMenuItem)(LPDRAWITEMSTRUCT, HICON, HICON);
void (*pfnLoadCluiGlobalOpts)(void);
BOOL (*pfnInvalidateRect)(HWND hwnd, CONST RECT* lpRect, BOOL bErase);