summaryrefslogtreecommitdiffhomepage
path: root/mixlib/mix_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'mixlib/mix_config.h')
-rw-r--r--mixlib/mix_config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/mixlib/mix_config.h b/mixlib/mix_config.h
index 2f1b1a0..1b82a51 100644
--- a/mixlib/mix_config.h
+++ b/mixlib/mix_config.h
@@ -1,7 +1,7 @@
/* -*-c-*- ---------------- mix_config.h :
* Basic config storage utility.
* ------------------------------------------------------------------
- * Last change: Time-stamp: <2001-07-02 01:21:11 jao>
+ * $Id: mix_config.h,v 1.5 2001/09/18 22:49:56 jao Exp $
* ------------------------------------------------------------------
* Copyright (C) 2001 Free Software Foundation, Inc.
*
@@ -59,6 +59,9 @@ mix_config_update (mix_config_t *config, const gchar *key, const gchar *value);
extern void
mix_config_update_integer (mix_config_t *config, const gchar *key, gint value);
+extern void
+mix_config_remove (mix_config_t *config, const gchar *key);
+
/* save the current configuration */
extern void
mix_config_save (const mix_config_t *config);