X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.h;h=52d376737578fa8697bfcfbd873d65cac4dc2169;hp=c7fecd881ef3e9e98daac0ccaa3264d4343dc667;hb=d5af72bb0148e2df6fac6aba10a64e48dab212fd;hpb=0c09aaba917c3a9a36645864ec3fadea56278970 diff --git a/afs.h b/afs.h index c7fecd88..52d37673 100644 --- a/afs.h +++ b/afs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007 Andre Noll + * Copyright (C) 2007-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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 */