summaryrefslogtreecommitdiff
path: root/streamer.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-12-14 21:25:34 +0100
committerGravatar waker <wakeroid@gmail.com>2010-12-14 21:25:34 +0100
commitf3c8e6b96c752dcb921dba1f5ea847da97684a30 (patch)
tree6106c265c90ffa9736cedae58b70eb4f1b434a81 /streamer.h
parent0ebb646e4d32137759edbc13e6eb278529c2310d (diff)
renamed DB_dsp_instance_t to ddb_dsp_context_t
Diffstat (limited to 'streamer.h')
-rw-r--r--streamer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/streamer.h b/streamer.h
index 9eb08946..7a65c95c 100644
--- a/streamer.h
+++ b/streamer.h
@@ -108,7 +108,7 @@ str_get_idx_of (playItem_t *it);
void
streamer_notify_playlist_deleted (playlist_t *plt);
-struct DB_dsp_instance_s *
+struct ddb_dsp_context_s *
streamer_get_dsp_chain (void);
#endif // __STREAMER_H