diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-28 18:51:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-28 18:51:21 +0000 |
commit | 6f585711fa09225acea8dd58f72c24535c10cb00 (patch) | |
tree | e3d4fa28eb50c05d73f9bad4b7fe9cb6c4b9669c /protocols/GTalkExt/src/handlers.h | |
parent | c72a0b6171fca66ba363ec7148a1cc03459a0c2f (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@6262 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/GTalkExt/src/handlers.h')
-rw-r--r-- | protocols/GTalkExt/src/handlers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/GTalkExt/src/handlers.h b/protocols/GTalkExt/src/handlers.h index c9d7dd120d..3218cd2b1c 100644 --- a/protocols/GTalkExt/src/handlers.h +++ b/protocols/GTalkExt/src/handlers.h @@ -25,3 +25,6 @@ extern HANDLE hModulesLoaded; int ModulesLoaded(WPARAM wParam, LPARAM lParam);
int AccListChanged(WPARAM wParam, LPARAM lParam);
+int OptionsInitialization(WPARAM wParam, LPARAM lParam);
+
+void AddTipperItem();
\ No newline at end of file |