From 162e60d66c78bd51aa44c691fe4f4e2f1deb990f Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 19 May 2012 14:24:27 +0000 Subject: added Quotes git-svn-id: http://svn.miranda-ng.org/main/trunk@76 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Quotes/QuoteInfoDlg.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plugins/Quotes/QuoteInfoDlg.h (limited to 'plugins/Quotes/QuoteInfoDlg.h') diff --git a/plugins/Quotes/QuoteInfoDlg.h b/plugins/Quotes/QuoteInfoDlg.h new file mode 100644 index 0000000000..c4a1999a4c --- /dev/null +++ b/plugins/Quotes/QuoteInfoDlg.h @@ -0,0 +1,11 @@ +#ifndef __aa849fa0_ff3f_49e9_b47a_e7dd34783dc2_QuoteInfoDlg_h__ +#define __aa849fa0_ff3f_49e9_b47a_e7dd34783dc2_QuoteInfoDlg_h__ + +int QuotesEventFunc_OnUserInfoInit(WPARAM wp,LPARAM lp); +INT_PTR QuotesMenu_EditSettings(WPARAM wp,LPARAM lp); +INT_PTR QuotesMenu_OpenLogFile(WPARAM wp,LPARAM lp); +INT_PTR QuotesMenu_RefreshContact(WPARAM wp,LPARAM lp); +int Quotes_PrebuildContactMenu(WPARAM wp,LPARAM lp); +int Quotes_OnContactDoubleClick(WPARAM wp,LPARAM lp); + +#endif //__aa849fa0_ff3f_49e9_b47a_e7dd34783dc2_QuoteInfoDlg_h__ -- cgit v1.2.3