diff audacious/plugin.h @ 309:b04ce1c98b6f trunk

[svn] Plugin cleanup functionality, via giacomo.
author nenolod
date Sat, 17 Dec 2005 12:36:29 -0800
parents cb178e5ad177
children 802a8ed87f67
line wrap: on
line diff
--- a/audacious/plugin.h	Sat Dec 17 12:09:33 2005 -0800
+++ b/audacious/plugin.h	Sat Dec 17 12:36:29 2005 -0800
@@ -81,6 +81,7 @@
     gchar *description;
 
     void (*init) (void);
+    void (*cleanup) (void);
     void (*about) (void);
     void (*configure) (void);
     void (*get_volume) (gint * l, gint * r);