X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.h;h=434570497041a760fac86f80e139156da4ae5e93;hp=c7fecd881ef3e9e98daac0ccaa3264d4343dc667;hb=3e3b0dce3c7b301392f0a4fcbf8ac72bbc76b141;hpb=0c09aaba917c3a9a36645864ec3fadea56278970 diff --git a/afs.h b/afs.h index c7fecd88..43457049 100644 --- a/afs.h +++ b/afs.h @@ -113,9 +113,7 @@ 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 -/* - * Data about the current audio file, passed from afs to server. - */ +/** 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]; @@ -184,7 +182,6 @@ int send_option_arg_callback_request(struct osl_object *options, int stdin_command(int fd, struct osl_object *arg_obj, callback_function *f, unsigned max_len, struct osl_object *result); int string_compare(const struct osl_object *obj1, const struct osl_object *obj2); -int close_audio_file(struct audio_file_data *afd); int for_each_matching_row(struct pattern_match_data *pmd); /* score */