summaryrefslogtreecommitdiff
path: root/plugins/Ping/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Ping/src/options.h')
-rw-r--r--plugins/Ping/src/options.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/plugins/Ping/src/options.h b/plugins/Ping/src/options.h
index 1963649bfb..8ea876a40f 100644
--- a/plugins/Ping/src/options.h
+++ b/plugins/Ping/src/options.h
@@ -1,24 +1,11 @@
#ifndef _PING_OPTIONS
#define _PING_OPTIONS
-#include "pinglist.h"
-#include "utils.h"
-#include "icmp.h"
-#include "pingthread.h"
-
-#include "resource.h"
-
-// wake event for ping thread
-extern HANDLE hWakeEvent;
-
-extern PingOptions options;
-extern PINGADDRESS add_edit_addr;
-
INT_PTR CALLBACK DlgProcDestEdit(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
int PingOptInit(WPARAM wParam,LPARAM lParam);
-BOOL Edit(HWND hwnd, PINGADDRESS &addr);
+bool Edit(HWND hwnd, PINGADDRESS &addr);
void LoadOptions();
void SaveOptions();