]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commita08d65fa0cbc5f79632be742b818f621f3dc48d0
tree87d087a3419d6518cbe9266bc771a34be0df4414
parent2cf578ff33b17cea17bfd52e2c084efa970faad4
make get_playlist_data() generic.

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().
afs.h
blob.c
playlist.c