summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/ieview_services.h
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2016-01-08 12:41:36 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2016-01-08 12:41:36 +0000
commit495135e81dfd63a86627a8b475aca10bc63aace2 (patch)
tree4ac4bb02399588ed2265b27aa98b7217372ecde7 /plugins/IEView/src/ieview_services.h
parent83e12b19441b510f6f65b9bca851bedc22570a23 (diff)
IEView: ReloadOptions service
git-svn-id: http://svn.miranda-ng.org/main/trunk@16062 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/ieview_services.h')
-rw-r--r--plugins/IEView/src/ieview_services.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/IEView/src/ieview_services.h b/plugins/IEView/src/ieview_services.h
index 3ab3772a6a..fe3f42bd4a 100644
--- a/plugins/IEView/src/ieview_services.h
+++ b/plugins/IEView/src/ieview_services.h
@@ -26,6 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
extern INT_PTR HandleIEWindow(WPARAM wParam, LPARAM lParam);
extern INT_PTR HandleIEEvent(WPARAM wParam, LPARAM lParam);
extern INT_PTR HandleIENavigate(WPARAM wParam, LPARAM lParam);
+extern INT_PTR ReloadOptions(WPARAM, LPARAM);
#endif