From 4da01b6a9e9cfcf7f5d7f2103b866b7ddf7e37c1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 19 May 2024 18:52:51 +0300 Subject: Clist_GroupDelete: bool bSilent parameter added not to ask stupid questions --- include/m_clist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3