summaryrefslogtreecommitdiff
path: root/src/ini_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ini_type.h')
-rw-r--r--src/ini_type.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ini_type.h b/src/ini_type.h
index 7bbc2ca20..eade53fd5 100644
--- a/src/ini_type.h
+++ b/src/ini_type.h
@@ -64,6 +64,11 @@ struct IniGroup {
* @return the requested item or NULL if not found.
*/
IniItem *GetItem(const char *name, bool create);
+
+ /**
+ * Clear all items in the group
+ */
+ void Clear();
};
/** The complete ini file. */