summaryrefslogtreecommitdiff
path: root/plugins/Nudge/main.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-07-23 11:56:59 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-07-23 11:56:59 +0000
commit177c84716db384c8be095219c58d0a68f87101fe (patch)
tree84449f27f215b253da99729ddb0aaf6df40bef0c /plugins/Nudge/main.h
parentcbb10e8c9089dfc99946ddc784afdb126e2128a8 (diff)
NotesAndReminders, Nudge, OpenFolder, PackUpdater: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@1116 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Nudge/main.h')
-rw-r--r--plugins/Nudge/main.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/plugins/Nudge/main.h b/plugins/Nudge/main.h
deleted file mode 100644
index 556ee0070b..0000000000
--- a/plugins/Nudge/main.h
+++ /dev/null
@@ -1,31 +0,0 @@
-#include "nudge.h"
-
-/*
-*
-****************************/
-void Nudge_ShowPopup(CNudgeElement, HANDLE, TCHAR *);
-
-/*
-*
-****************************/
-void Nudge_ShowStatus(CNudgeElement, HANDLE, DWORD timestamp);
-
-/*
-*
-****************************/
-void Nudge_SentStatus(CNudgeElement, HANDLE);
-
-/*
-*
-****************************/
-void Nudge_AddAccount(PROTOACCOUNT *proto);
-
-/*
-*
-****************************/
-void LoadPopupClass();
-
-/*
-*
-****************************/
-void AutoResendNudge(void *wParam) ;