X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afs.h;h=d20b6f20f7697090f2c3d8420effcb35e10a7f8a;hb=b2e6a24448a9e49e0766ab4f32163580eeff469e;hp=267cc8d35a0032e2b221162857507df9a4358b6c;hpb=00e4d4da1b2c00da139b09d3ed4ab9ad9fba2691;p=paraslash.git diff --git a/afs.h b/afs.h index 267cc8d3..d20b6f20 100644 --- a/afs.h +++ b/afs.h @@ -7,7 +7,7 @@ /** \file afs.h Exported symbols of the audio file selector. */ #include -#include "osl.h" +#include #include "hash.h" /** Audio file selector data stored in the audio file table. */ @@ -117,7 +117,7 @@ struct ls_data { /** The sha1 hash of audio file. */ HASH_TYPE *hash; }; -int make_status_items(struct ls_data *d, struct para_buffer *pb); + void make_empty_status_items(char *buf); /** At most that many bytes will be passed from afs to para_server. */