diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_clist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_clist.h b/include/m_clist.h index 7b9f0bf4c4..87976056ae 100644 --- a/include/m_clist.h +++ b/include/m_clist.h @@ -367,7 +367,7 @@ EXTERN_C MIR_APP_DLL(void) Clist_GroupAdded(MGROUP hGroup); // deletes a group and calls CLUI to display the change
// returns 0 on success, nonzero on failure
-EXTERN_C MIR_APP_DLL(int) Clist_GroupDelete(MGROUP hGroup);
+EXTERN_C MIR_APP_DLL(int) Clist_GroupDelete(MGROUP hGroup, bool bSilent = false);
/////////////////////////////////////////////////////////////////////////////////////////
// renames a group
|
