comparison Plugins/Output/crossfade/crossfade.h @ 261:5fd398406cf7 trunk

[svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
author chainsaw
date Tue, 06 Dec 2005 16:09:32 -0800
parents 88b38e2414a1
children 5410de731c3c
comparison
equal deleted inserted replaced
260:4b1c9d1a469b 261:5fd398406cf7
333 OutputPlugin *get_oplugin_info(); 333 OutputPlugin *get_oplugin_info();
334 OutputPlugin *get_crossfade_oplugin_info(); 334 OutputPlugin *get_crossfade_oplugin_info();
335 335
336 /* xmms internal prototypes */ /* XMMS */ 336 /* xmms internal prototypes */ /* XMMS */
337 gint ctrlsocket_get_session_id(); 337 gint ctrlsocket_get_session_id();
338 #ifndef HAVE_BEEP
339 gboolean get_input_playing();
340 #else
341 gboolean bmp_playback_get_playing(); 338 gboolean bmp_playback_get_playing();
342 #endif
343 GList *get_output_list(); 339 GList *get_output_list();
344 GList *get_effect_list(); 340 GList *get_effect_list();
345 gint get_playlist_position(); 341 gint get_playlist_position();
346 gint playlist_get_current_length(); 342 gint playlist_get_current_length();
347 #ifdef HAVE_PLAYLIST_GET_FILENAME 343 #ifdef HAVE_PLAYLIST_GET_FILENAME