summaryrefslogtreecommitdiff
path: root/plugins/NewAwaySysMod/src/Services.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-02-27 13:03:16 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-02-27 13:03:16 +0000
commitffc370d5135d3c4a4d08f5f5990c7b347c318e49 (patch)
treeb0e5c1d5bf922af61c10d0eb0b088081935682dd /plugins/NewAwaySysMod/src/Services.h
parent6d8eaf6e4309b3b6f371b8ebacd02b35b7060402 (diff)
MS_AWAYMSG_GETSTATUSMSGW service added to NAS
git-svn-id: http://svn.miranda-ng.org/main/trunk@8290 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewAwaySysMod/src/Services.h')
-rw-r--r--plugins/NewAwaySysMod/src/Services.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewAwaySysMod/src/Services.h b/plugins/NewAwaySysMod/src/Services.h
index 903bbd3784..2aac3c7cc0 100644
--- a/plugins/NewAwaySysMod/src/Services.h
+++ b/plugins/NewAwaySysMod/src/Services.h
@@ -18,6 +18,7 @@
*/
INT_PTR GetStatusMsg(WPARAM wParam, LPARAM lParam);
+INT_PTR GetStatusMsgW(WPARAM wParam, LPARAM lParam);
INT_PTR SetStatusMode(WPARAM wParam, LPARAM lParam);
// int IgnoreNextStatusChange(WPARAM wParam, LPARAM lParam);
INT_PTR GetStateA(WPARAM wParam, LPARAM lParam);