X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.h;h=52d376737578fa8697bfcfbd873d65cac4dc2169;hp=b17c8441c3c2488254f668df6062718e6575b9d8;hb=5b8e525dfb2f18a4e0d67b9da264259159ad2184;hpb=9627467f9eaf459fd914d46fb3ed18138dcc7164 diff --git a/afs.h b/afs.h index b17c8441..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];