changeset 3160:03ff51c6412f trunk

__AUDACIOUS_PLUGIN_API__ is now 3.
author William Pitcock <nenolod@atheme-project.org>
date Tue, 24 Jul 2007 13:17:23 -0500
parents a2d552ea48f0
children 31355fc2bb9a 8775dfc57ead
files src/audacious/plugin.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/plugin.h	Tue Jul 24 01:05:57 2007 -0500
+++ b/src/audacious/plugin.h	Tue Jul 24 13:17:23 2007 -0500
@@ -50,8 +50,8 @@
 #define LOWLEVEL_PLUGIN(x) ((LowlevelPlugin *)(x))
 
 #define __AUDACIOUS_NEWVFS__
-#define __AUDACIOUS_PLUGIN_API__ 2
-#define __AUDACIOUS_INPUT_PLUGIN_API__ 3
+#define __AUDACIOUS_PLUGIN_API__ 3
+#define __AUDACIOUS_INPUT_PLUGIN_API__ 4
 
 typedef enum {
     FMT_U8,