summaryrefslogtreecommitdiff
path: root/nudge/main.h
diff options
context:
space:
mode:
authorwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-17 12:37:21 +0000
committerwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-17 12:37:21 +0000
commit3c0233134bc5a8e42e3a621f0a5eef2aaf487474 (patch)
tree30e49d3065aa387392028a54ef3c1ee7294b9e1e /nudge/main.h
parent9139772a56e38f15e08f1a4a3215cfd402f85dde (diff)
adding from berlios: dbx_tree, lastseen-mod, nudge, yamn
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@173 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'nudge/main.h')
-rw-r--r--nudge/main.h96
1 files changed, 96 insertions, 0 deletions
diff --git a/nudge/main.h b/nudge/main.h
new file mode 100644
index 0000000..74cbc9a
--- /dev/null
+++ b/nudge/main.h
@@ -0,0 +1,96 @@
+#include "nudge.h"
+
+/*
+*
+****************************/
+void RegisterToUpdate(void);
+
+/*
+*
+****************************/
+void RegisterToTrigger(void);
+
+/*
+*
+****************************/
+void LoadProtocols(void);
+
+/*
+*
+****************************/
+void LoadIcons(void);
+
+/*
+*
+****************************/
+static int LoadChangedIcons(WPARAM, LPARAM);
+
+/*
+*
+****************************/
+DWORD WINAPI ShakeClistWindow(LPVOID);
+
+/*
+*
+****************************/
+DWORD WINAPI ShakeChatWindow(LPVOID);
+
+/*
+*
+****************************/
+int ModulesLoaded(WPARAM,LPARAM);
+
+/*
+*
+****************************/
+void Nudge_ShowPopup(CNudgeElement, HANDLE, TCHAR *);
+
+/*
+*
+****************************/
+void Nudge_ShowEvent(CNudgeElement, HANDLE, DWORD timestamp);
+
+/*
+*
+****************************/
+void Nudge_SentEvent(CNudgeElement, HANDLE);
+
+/*
+*
+****************************/
+void Nudge_ShowStatus(CNudgeElement, HANDLE, DWORD timestamp);
+
+/*
+*
+****************************/
+void Nudge_SentStatus(CNudgeElement, HANDLE);
+
+/*
+*
+****************************/
+int Nudge_AddElement(char*, HANDLE);
+
+/*
+*
+****************************/
+int FreeVSApi();
+
+/*
+*
+****************************/
+int InitVSApi();
+
+/*
+*
+****************************/
+int TriggerActionRecv( DWORD actionID, REPORTINFO *ri);
+
+/*
+*
+****************************/
+int TriggerActionSend( DWORD actionID, REPORTINFO *ri);
+
+/*
+*
+****************************/
+void AutoResendNudge(void *wParam) ; \ No newline at end of file