diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-17 19:03:08 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-17 19:03:08 +0000 |
commit | 442158bd8a95e57dc778f34e9bf5c5f6678f019a (patch) | |
tree | 8cc85b2de3e8e16dd6862e74910151409a555394 /protocols/Skype/src/skype_proto.h | |
parent | 55613cbf68631c4b3677c6fbd9c762cd418ee53b (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@2339 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index 124a8300b1..1b4cc4e48b 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -298,4 +298,5 @@ protected: static INT_PTR CALLBACK SkypeAccountProc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
static INT_PTR CALLBACK SkypeOptionsProc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
static INT_PTR CALLBACK SkypePasswordProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
+ static INT_PTR CALLBACK SkypeDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
};
\ No newline at end of file |