Skip to content

Commit

Permalink
fix: add sp_playlist_set_autolink_tracks to the mockmodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
bok committed Jun 8, 2011
1 parent 0d32a06 commit 8a686f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mockmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,11 @@ sp_playlist_release(sp_playlist * p)
{
}

void
sp_playlist_set_autolink_tracks(sp_playlist *p, bool set)
{
}

bool
sp_playlist_is_loaded(sp_playlist * p)
{
Expand Down

0 comments on commit 8a686f1

Please sign in to comment.