From db36b4314adfe4c54852384e38ed4cb38c46d6ae Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 28 Nov 2012 18:46:07 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@2546 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Ping/utils.h | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 plugins/Ping/utils.h (limited to 'plugins/Ping/utils.h') diff --git a/plugins/Ping/utils.h b/plugins/Ping/utils.h deleted file mode 100644 index 0d27745908..0000000000 --- a/plugins/Ping/utils.h +++ /dev/null @@ -1,35 +0,0 @@ -#ifndef _PING_UTILS -#define _PING_UTILS - -#pragma warning( disable : 4786 ) - -#include "pingthread.h" // for mainthread, for popup -//#include "icmp.h" -#include "rawping.h" -#include "icmp.h" -#include "options.h" - -void __stdcall ShowPopup( const char* line1, const char* line2, int flags ); - -INT_PTR PluginPing(WPARAM wParam,LPARAM lParam); - -void Lock(CRITICAL_SECTION *cs, char *lab); -void Unlock(CRITICAL_SECTION *cs); - -INT_PTR PingDisableAll(WPARAM wParam, LPARAM lParam); -INT_PTR PingEnableAll(WPARAM wParam, LPARAM lParam); - -INT_PTR ToggleEnabled(WPARAM wParam, LPARAM lParam); - -INT_PTR DblClick(WPARAM wParam, LPARAM lParam); - -INT_PTR EditContact(WPARAM wParam, LPARAM lParam); -// read in addresses from old pingplug -void import_ping_addresses(); - -// use icolib if possible -void InitUtils(); -extern HICON hIconResponding, hIconNotResponding, hIconTesting, hIconDisabled; - - -#endif -- cgit v1.2.3