summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine_interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine/xine_interface.c')
-rw-r--r--src/xine-engine/xine_interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/xine_interface.c b/src/xine-engine/xine_interface.c
index 8e82096a4..970989fff 100644
--- a/src/xine-engine/xine_interface.c
+++ b/src/xine-engine/xine_interface.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine_interface.c,v 1.20 2002/09/21 11:58:40 f1rmb Exp $
+ * $Id: xine_interface.c,v 1.21 2002/09/21 12:20:48 f1rmb Exp $
*
* convenience/abstraction layer, functions to implement
* libxine's public interface
@@ -283,7 +283,7 @@ void xine_config_update_entry (xine_p this, xine_cfg_entry_t *entry) {
}
-void xine_reset_config (xine_p this) {
+void xine_config_reset (xine_p this) {
config_values_t *config = this->config;
cfg_entry_t *entry;