summaryrefslogtreecommitdiff
path: root/ping_protocol/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'ping_protocol/options.h')
-rw-r--r--ping_protocol/options.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/ping_protocol/options.h b/ping_protocol/options.h
new file mode 100644
index 0000000..0360b47
--- /dev/null
+++ b/ping_protocol/options.h
@@ -0,0 +1,23 @@
+#ifndef _PING_OPTIONS
+#define _PING_OPTIONS
+
+#include "common.h"
+#include "pinglist.h"
+#include "utils.h"
+#include "icmp.h"
+
+#include "resource.h"
+
+// wake event for ping thread
+extern HANDLE hWakeEvent;
+
+extern PingOptions options;
+extern PINGADDRESS add_edit_addr;
+
+BOOL CALLBACK DlgProcDestEdit(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
+
+int PingOptInit(WPARAM wParam,LPARAM lParam);
+void LoadOptions();
+void SaveOptions();
+
+#endif \ No newline at end of file