X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.h;h=bfafd949e7b26fb434e07e43434f276680c07fce;hp=edeb348e33b05d57981fbf34013a142ed8d3df68;hb=299df142bb50bacebc0b3050768f941bc95b5b6f;hpb=732bf143e456df7fc2e845884fbbdfdaf3fafebc diff --git a/afs.h b/afs.h index edeb348e..bfafd949 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. */ @@ -118,15 +117,10 @@ struct ls_data { HASH_TYPE *hash; }; -void make_empty_status_items(char *buf); - -/** At most that many bytes will be passed from afs to para_server. */ -#define VERBOSE_LS_OUTPUT_SIZE 4096 +int send_afs_status(struct rc4_context *rc4c, int parser_friendly); /** Data about the current audio file, passed from afs to server. */ struct audio_file_data { - /** Same info as ls -lv -p current audio_file. */ - char verbose_ls_output[VERBOSE_LS_OUTPUT_SIZE]; /** The open file descriptor to the current audio file. */ int fd; /** Vss needs this for streaming. */