diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:57:42 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:57:42 +0000 |
commit | d513db102812c5dd83f94084e979bb7e24345498 (patch) | |
tree | 29f599f98d2d5fb01d0e1dcb58077459ea609961 /worldtime_protocol/options.h | |
parent | 610f48f080c6ae8c298a032cd92bb2ca9948aded (diff) |
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@24 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'worldtime_protocol/options.h')
-rw-r--r-- | worldtime_protocol/options.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/worldtime_protocol/options.h b/worldtime_protocol/options.h new file mode 100644 index 0000000..501582f --- /dev/null +++ b/worldtime_protocol/options.h @@ -0,0 +1,18 @@ +#ifndef _OPTIONS_INC
+#define _OPTIONS_INC
+
+#include "resource.h"
+
+#include "timezone.h"
+#include "timezone_list.h"
+
+extern bool set_format, hide_proto;
+extern TCHAR format_string[512], date_format_string[512], clist_format_string[512];
+extern LISTITEM add_edit_item;
+
+BOOL CALLBACK DlgProcOptsEdit(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
+int OptInit(WPARAM wParam,LPARAM lParam);
+
+void LoadOptions();
+
+#endif
|