]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
make get_playlist_data() generic.
authorAndre Noll <maan@systemlinux.org>
Tue, 25 Sep 2007 12:16:14 +0000 (14:16 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 25 Sep 2007 12:16:14 +0000 (14:16 +0200)
Other blob types might use an analogous function as well, so introduce
blob_get_name_and_def_by_row() in blob.c, and use some preprocessor
magic to define such a function for each blob type.

Change all users of get_playlist_data() to use the new
pl_blob_get_name_and_def_by_row() and remove get_playlist_data().


No differences found