summaryrefslogtreecommitdiff
path: root/include/m_clistint.h
diff options
context:
space:
mode:
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);