diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-09 07:51:11 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-09 07:51:11 +0000 |
commit | 226e4fb73c7cc9fe7aa8d7e2afe9afc124a51cb7 (patch) | |
tree | 8c425311bfaf8199af2b55745f9cc7908184bdd6 /plugins/ChangeKeyboardLayout/hook_events.h | |
parent | fb601ef6dc92cfcb1ce60fc7e93faae774a98b20 (diff) |
changekeyboardlayout: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@872 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ChangeKeyboardLayout/hook_events.h')
-rw-r--r-- | plugins/ChangeKeyboardLayout/hook_events.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/ChangeKeyboardLayout/hook_events.h b/plugins/ChangeKeyboardLayout/hook_events.h deleted file mode 100644 index 992c7cd0c3..0000000000 --- a/plugins/ChangeKeyboardLayout/hook_events.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef M_CKL_HOOK_EVENTS_H
-#define M_CKL_HOOK_EVENTS_H
-
-#include "commonheaders.h"
-
-void ReadMainOptions();
-void WriteMainOptions();
-void ReadPopupOptions();
-void WritePopupOptions();
-extern int OnOptionsInitialise(WPARAM wParam, LPARAM lParam);
-extern int ModulesLoaded(WPARAM wParam, LPARAM lParam);
-int CALLBACK CKLPopupDlgProc(HWND hWnd, UINT uiMessage, WPARAM wParam, LPARAM lParam);
-
-#endif
\ No newline at end of file |