diff src/audacious/plugin.h @ 2473:119cca341280 trunk

[svn] - define __AUDACIOUS_INPUT_PLUGIN_API__ to 2 by request of shd
author nenolod
date Sat, 03 Feb 2007 11:19:07 -0800
parents b0674600339d
children 6393862824e5
line wrap: on
line diff
--- a/src/audacious/plugin.h	Sat Feb 03 03:25:10 2007 -0800
+++ b/src/audacious/plugin.h	Sat Feb 03 11:19:07 2007 -0800
@@ -51,6 +51,7 @@
 #define LOWLEVEL_PLUGIN(x) ((LowlevelPlugin *)(x))
 
 #define __AUDACIOUS_NEWVFS__
+#define __AUDACIOUS_INPUT_PLUGIN_API__ 2
 
 typedef enum {
     FMT_U8,