summaryrefslogtreecommitdiff
path: root/Nudge/headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'Nudge/headers.h')
-rw-r--r--Nudge/headers.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/Nudge/headers.h b/Nudge/headers.h
index 9753adf..810edc6 100644
--- a/Nudge/headers.h
+++ b/Nudge/headers.h
@@ -28,24 +28,18 @@
#include <windows.h>
#include <commctrl.h>
-#include <stdlib.h>
-#include <stdio.h>
#include <time.h>
-#include <stddef.h>
-#include <process.h>
-#define MIRANDA_VER 0x1000
+#define MIRANDA_VER 0x0A00
#include <newpluginapi.h> //CallService,UnHookEvent
-#include <m_utils.h> //window broadcasting
#include <m_clist.h>
#include <m_langpack.h>
#include <m_system.h>
#include <m_popup.h>
#include <m_clui.h>
#include <m_message.h>
-#include <m_contacts.h>
#include <m_protocols.h>
-#include <m_protomod.h>
+#include <m_ignore.h>
#include <m_options.h>
#include <m_skin.h>
#include <m_database.h>
@@ -61,8 +55,7 @@
/*
*
****************************/
-void InitOptions();
-void UninitOptions();
+int NudgeOptInit(WPARAM wParam,LPARAM lParam);
/*
*