summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-10-09 21:06:30 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-10-09 21:06:30 +0300
commitd01fbfbee39925d79512b8b829824cffc6d0698d (patch)
tree96966f15915c57e46baf20c82d51a9ece741516b /include
parent9d5c3ca4419a82d67d64584da3a71a1e94b761c6 (diff)
Actman: crutch for Clist_SetStatusMode
Diffstat (limited to 'include')
-rw-r--r--include/delphi/m_clist.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/delphi/m_clist.inc b/include/delphi/m_clist.inc
index 32906e9ba2..58094ef97a 100644
--- a/include/delphi/m_clist.inc
+++ b/include/delphi/m_clist.inc
@@ -26,6 +26,8 @@ const
}
MS_CLIST_GETSTATUSMODE:PAnsiChar = 'CList/GetStatusMode';
+function Clist_SetStatusMode(status:int) : int; stdcall; external AppDll;
+
function Menu_BuildContactMenu(hContact:TMCONTACT) : HMENU; stdcall; external AppDll;
{