diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:55:00 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:55:00 +0000 |
commit | 51bb33e0b1f6c50e7c6e300728d1a11214c66588 (patch) | |
tree | 7602ed84d14c721850f5da2718c74478e008febe /exip/options.h | |
parent | 57b473183437dc9a7ee64c8ef27253a4a58edd78 (diff) |
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@18 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'exip/options.h')
-rw-r--r-- | exip/options.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/exip/options.h b/exip/options.h new file mode 100644 index 0000000..e54d9fa --- /dev/null +++ b/exip/options.h @@ -0,0 +1,19 @@ +#ifndef _PING_OPTIONS
+#define _PING_OPTIONS
+
+#include "common.h"
+#include "resource.h"
+#include <commctrl.h>
+
+typedef struct {
+ int dummy;
+} Options;
+
+extern Options options;
+
+int OptInit(WPARAM wParam,LPARAM lParam);
+
+void LoadOptions();
+void SaveOptions();
+
+#endif
\ No newline at end of file |