changeset 3496:1590c8f4ffa9 trunk

Plugin API v6
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 05 Sep 2007 07:11:52 +0300
parents 174e9c75bb24
children 6f34cc4217b9
files src/audacious/plugin.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/plugin.h	Wed Sep 05 03:29:19 2007 +0300
+++ b/src/audacious/plugin.h	Wed Sep 05 07:11:52 2007 +0300
@@ -53,8 +53,8 @@
 #define LOWLEVEL_PLUGIN(x) ((LowlevelPlugin *)(x))
 
 #define __AUDACIOUS_NEWVFS__
-#define __AUDACIOUS_PLUGIN_API__ 5
-#define __AUDACIOUS_INPUT_PLUGIN_API__ 5
+#define __AUDACIOUS_PLUGIN_API__ 6
+#define __AUDACIOUS_INPUT_PLUGIN_API__ 6
 
 typedef enum {
     FMT_U8,