comparison audacious/plugin.h @ 516:69a70ab41ed7 trunk

[svn] tell_audio returns void, not gint.
author nenolod
date Thu, 26 Jan 2006 11:18:52 -0800
parents 802a8ed87f67
children 502b369314c1
comparison
equal deleted inserted replaced
515:802a8ed87f67 516:69a70ab41ed7
96 gint (*buffer_free) (void); 96 gint (*buffer_free) (void);
97 gint (*buffer_playing) (void); 97 gint (*buffer_playing) (void);
98 gint (*output_time) (void); 98 gint (*output_time) (void);
99 gint (*written_time) (void); 99 gint (*written_time) (void);
100 100
101 gint (*tell_audio) (AFormat * fmt, gint * rate, gint * nch); 101 void (*tell_audio) (AFormat * fmt, gint * rate, gint * nch);
102 }; 102 };
103 103
104 struct _EffectPlugin { 104 struct _EffectPlugin {
105 gpointer handle; 105 gpointer handle;
106 gchar *filename; 106 gchar *filename;