diff options
Diffstat (limited to 'Nudge/main.h')
-rw-r--r-- | Nudge/main.h | 71 |
1 files changed, 3 insertions, 68 deletions
diff --git a/Nudge/main.h b/Nudge/main.h index 74cbc9a..556ee00 100644 --- a/Nudge/main.h +++ b/Nudge/main.h @@ -3,61 +3,11 @@ /*
*
****************************/
-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);
/*
@@ -68,29 +18,14 @@ void Nudge_SentStatus(CNudgeElement, HANDLE); /*
*
****************************/
-int Nudge_AddElement(char*, HANDLE);
-
-/*
-*
-****************************/
-int FreeVSApi();
-
-/*
-*
-****************************/
-int InitVSApi();
-
-/*
-*
-****************************/
-int TriggerActionRecv( DWORD actionID, REPORTINFO *ri);
+void Nudge_AddAccount(PROTOACCOUNT *proto);
/*
*
****************************/
-int TriggerActionSend( DWORD actionID, REPORTINFO *ri);
+void LoadPopupClass();
/*
*
****************************/
-void AutoResendNudge(void *wParam) ;
\ No newline at end of file +void AutoResendNudge(void *wParam) ;
|