summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deadbeef.h b/deadbeef.h
index f6a3c0b5..5c510167 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -219,7 +219,6 @@ typedef struct {
float (*playback_get_pos) (void); // [0..100]
void (*playback_set_pos) (float pos); // [0..100]
void (*playback_update_bitrate) (float bitrate);
- void (*playback_enum_soundcards) (void (*callback)(const char *name, const char *desc, void*), void *userdata);
// streamer access
// FIXME: needs to be thread-safe
DB_playItem_t *(*streamer_get_playing_track) (void);
@@ -343,6 +342,7 @@ typedef struct {
void (*conf_remove_items) (const char *key);
// plugin communication
struct DB_decoder_s **(*plug_get_decoder_list) (void);
+ struct DB_output_s **(*plug_get_output_list) (void);
struct DB_plugin_s **(*plug_get_list) (void);
int (*plug_activate) (struct DB_plugin_s *p, int activate);
// exporting plugin conf options for gui