X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.h;h=a58518bb4e455b2bc909bbf77f77b00408cb7a19;hp=267cc8d35a0032e2b221162857507df9a4358b6c;hb=becb57ea3aec697bfe953a0c3608e4c255b6d24b;hpb=febf2073674b28f72728dbcac415ea6d7b8cffa3 diff --git a/afs.h b/afs.h index 267cc8d3..a58518bb 100644 --- a/afs.h +++ b/afs.h @@ -7,7 +7,6 @@ /** \file afs.h Exported symbols of the audio file selector. */ #include -#include "osl.h" #include "hash.h" /** Audio file selector data stored in the audio file table. */ @@ -117,7 +116,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. */