diff options
author | George Hazan <george.hazan@gmail.com> | 2024-10-29 11:28:35 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-10-29 11:28:35 +0300 |
commit | a00c17f7006f7a001757cf952ae4ed87b5a328dd (patch) | |
tree | 33d508f024d71c1448fc4a92dfb70b9921412fa1 /include | |
parent | f6aef20f214163655e9bd3dba3e6bd0d22edd1c8 (diff) |
code cleaning
Diffstat (limited to 'include')
-rw-r--r-- | include/m_clistint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index 096ed11883..c8a45f52d7 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -246,6 +246,7 @@ struct MenuProto /////////////////////////////////////////////////////////////////////////////////////////
// functions
+MIR_APP_DLL(bool) Clist_AltVisible(ClcContact *cc);
MIR_APP_DLL(void) Clist_Broadcast(int msg, WPARAM wParam, LPARAM lParam);
MIR_APP_DLL(void) Clist_BroadcastAsync(int msg, WPARAM wParam, LPARAM lParam);
MIR_APP_DLL(void) Clist_CalcEipPosition(ClcData *dat, ClcContact *contact, ClcGroup *group, POINT *result);
|