diff audacious/plugin.h @ 2111:82a6284108c1 trunk

[svn] - put this back the way it was
author nenolod
date Tue, 12 Dec 2006 19:29:15 -0800
parents ead7be311038
children e0e50e151bab
line wrap: on
line diff
--- a/audacious/plugin.h	Tue Dec 12 19:15:23 2006 -0800
+++ b/audacious/plugin.h	Tue Dec 12 19:29:15 2006 -0800
@@ -193,7 +193,7 @@
 
     /* Added in Audacious 1.3.0 */
     gint (*is_our_file_from_vfs) (gchar *filename, VFSFile *fd);
-    gchar *vfs_extensions[];
+    gchar **vfs_extensions;
 };
 
 struct _GeneralPlugin {