From: Andre Noll Date: Tue, 25 Sep 2007 12:16:14 +0000 (+0200) Subject: make get_playlist_data() generic. X-Git-Tag: v0.3.0~349 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=a08d65fa0cbc5f79632be742b818f621f3dc48d0;hp=a08d65fa0cbc5f79632be742b818f621f3dc48d0 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(). ---