diff src/audacious/interface.h @ 4675:48cdebc174ef

enabled interface destruction
author mf0102 <0102@gmx.at>
date Sun, 29 Jun 2008 18:04:43 +0200
parents 742abc97b3ab
children 07b4e2a5eedb
line wrap: on
line diff
--- a/src/audacious/interface.h	Sun Jun 29 17:48:07 2008 +0200
+++ b/src/audacious/interface.h	Sun Jun 29 18:04:43 2008 +0200
@@ -38,6 +38,8 @@
 void interface_register(Interface *i);
 void interface_deregister(Interface *i);
 void interface_run(Interface *i);
+void interface_destroy(Interface *i);
+
 Interface *interface_get(gchar *id);
 
 #endif