summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.tmpl.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in
index f0e6f35cc..fa61f7fa2 100644
--- a/include/xine.h.tmpl.in
+++ b/include/xine.h.tmpl.in
@@ -28,7 +28,7 @@
\endverbatim
*/
/*
- * $Id: xine.h.tmpl.in,v 1.91 2002/04/09 04:35:17 miguelfreitas Exp $
+ * $Id: xine.h.tmpl.in,v 1.92 2002/04/27 23:00:38 cvogler Exp $
*
*/
@@ -678,6 +678,12 @@ struct config_values_s {
*/
void (*dispose) (config_values_t *self);
+ /*
+ * unregister callback function
+ */
+ void (*unregister_callback) (config_values_t *this,
+ char *key);
+
/*
* config values are stored here:
*/