changeset 516:69a70ab41ed7 trunk

[svn] tell_audio returns void, not gint.
author nenolod
date Thu, 26 Jan 2006 11:18:52 -0800
parents 802a8ed87f67
children 55dc40ff1aff
files audacious/plugin.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/audacious/plugin.h	Thu Jan 26 11:11:20 2006 -0800
+++ b/audacious/plugin.h	Thu Jan 26 11:18:52 2006 -0800
@@ -98,7 +98,7 @@
     gint (*output_time) (void);
     gint (*written_time) (void);
 
-    gint (*tell_audio) (AFormat * fmt, gint * rate, gint * nch);
+    void (*tell_audio) (AFormat * fmt, gint * rate, gint * nch);
 };
 
 struct _EffectPlugin {