diff options
Diffstat (limited to 'include/delphi')
| -rw-r--r-- | include/delphi/m_clist.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/delphi/m_clist.inc b/include/delphi/m_clist.inc index 195b19fbc5..35914d09a6 100644 --- a/include/delphi/m_clist.inc +++ b/include/delphi/m_clist.inc @@ -129,4 +129,8 @@ function Clist_GroupCreate(hParentGroup:integer; groupName:PWideChar) : integer; procedure Clist_ContactDoubleClicked(hContact:TMCONTACT); stdcall; external AppDll;
+function Clist_GroupBuildMenu(idxfrom:integer=100) : HMENU; stdcall; external AppDll;
+
+procedure Clist_SetGroup(hContact:TMCONTACT; groupName:PWideChar); stdcall; external AppDll;
+
{$ENDIF}
|
