diff options
Diffstat (limited to 'plugins/Ping/src/icmp.h')
-rw-r--r-- | plugins/Ping/src/icmp.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/Ping/src/icmp.h b/plugins/Ping/src/icmp.h index e3da22691b..110f5b554c 100644 --- a/plugins/Ping/src/icmp.h +++ b/plugins/Ping/src/icmp.h @@ -3,18 +3,8 @@ #ifndef _ICMP_H
#define _ICMP_H
-typedef HANDLE (WINAPI* pfnHV)(VOID);
-typedef BOOL (WINAPI* pfnBH)(HANDLE);
-typedef DWORD (WINAPI* pfnDHDPWPipPDD)(HANDLE, HANDLE, FARPROC, PVOID, IPAddr, LPVOID, WORD, PIP_OPTION_INFORMATION, LPVOID, DWORD, DWORD);
-
class ICMP {
protected:
- pfnHV pIcmpCreateFile;
- pfnBH pIcmpCloseHandle;
- pfnDHDPWPipPDD pIcmpSendEcho2;
-
- HMODULE hDLL;
-
HANDLE hIP;
unsigned int timeout;
|