X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afs.h;h=888003aa07fc141d073f076d03194b56b694a8e3;hb=d7dc81d0994a70e196a861b8ef3c92596f6957ad;hp=977fc40b6591dd778294ce7a796a6edcb4746f18;hpb=965eae5ba6664349ff74977439f3214142a3bc9a;p=paraslash.git diff --git a/afs.h b/afs.h index 977fc40b..888003aa 100644 --- a/afs.h +++ b/afs.h @@ -66,7 +66,7 @@ struct rmatt_event_data { struct afsi_change_event_data { - const struct osl_row *aft_row; + struct osl_row *aft_row; struct afs_info *old_afsi; }; @@ -116,11 +116,11 @@ void make_empty_status_items(char *buf); * Data about the current audio file, passed from afs to server. */ struct audio_file_data { - /* Same info as ls -lv -p . */ + /** 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. */ + /** The open file descriptor to the current audio file. */ int fd; - /* Vss needs this for streaming. */ + /** Vss needs this for streaming. */ struct afh_info afhi; };