summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/nen.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TabSRMM/src/nen.h')
-rw-r--r--plugins/TabSRMM/src/nen.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/TabSRMM/src/nen.h b/plugins/TabSRMM/src/nen.h
index 36cdf03ab2..c59846b9e0 100644
--- a/plugins/TabSRMM/src/nen.h
+++ b/plugins/TabSRMM/src/nen.h
@@ -43,8 +43,7 @@
#define MODULE "tabSRMM_NEN"
-int tabSRMM_ShowPopup(WPARAM wParam, LPARAM lParam, WORD eventType, int windowOpen, TContainerData *pContainer, HWND hwndChild, const char *szProto, TWindowData *dat);
-
+int tabSRMM_ShowPopup(HANDLE hContact, HANDLE hDbEvent, WORD eventType, int windowOpen, TContainerData *pContainer, HWND hwndChild, const char *szProto, TWindowData *dat);
#define DEFAULT_COLBACK RGB(255,255,128)
#define DEFAULT_COLTEXT RGB(0,0,0)
@@ -137,7 +136,7 @@ struct NEN_OPTIONS
struct EVENT_DATAT
{
HANDLE hEvent;
- TCHAR szText[MAX_SECONDLINE + 2];
+ TCHAR tszText[MAX_SECONDLINE + 2];
DWORD timestamp;
};