summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.tmpl.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in
index 05d188fd8..b764553ad 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.86 2002/03/14 13:57:15 miguelfreitas Exp $
+ * $Id: xine.h.tmpl.in,v 1.87 2002/03/16 13:33:47 esnel Exp $
*
*/
@@ -669,6 +669,11 @@ struct config_values_s {
*/
void (*read) (config_values_t *self, char *filename);
+ /*
+ * free memory resources
+ */
+ void (*dispose) (config_values_t *self);
+
/*
* config values are stored here:
*/