diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-11-24 11:35:51 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-11-24 11:35:51 +0000 |
commit | 63eeb1a64332fb15abf0d2066e8673a59c3eed9a (patch) | |
tree | 19ba45ab60125225045207395d8c170380c256a4 /plugins/NoHistory/options.h | |
parent | 2c1a61f471b8fdbc5d9ef9781d9c6cc1442f1a1c (diff) |
adopted NoHistory
git-svn-id: http://svn.miranda-ng.org/main/trunk@2459 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NoHistory/options.h')
-rw-r--r-- | plugins/NoHistory/options.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/NoHistory/options.h b/plugins/NoHistory/options.h new file mode 100644 index 0000000000..f9825ce47c --- /dev/null +++ b/plugins/NoHistory/options.h @@ -0,0 +1,9 @@ +#ifndef _OPTIONS_INC
+#define _OPTIONS_INC
+
+extern DWORD event_timeout;
+
+void InitOptions();
+void DeinitOptions();
+
+#endif
|