X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh.h;h=d2ac93aec96f95a0ca0bf706327f831520145ee7;hp=6dc5a3fc663659b67f658c9ef9b58883adde6266;hb=e0545fd978a9583f9583b9bb35e5c25cb78c78f4;hpb=869fa1d76e7f88470120552792ca71068b49a747 diff --git a/afh.h b/afh.h index 6dc5a3fc..d2ac93ae 100644 --- a/afh.h +++ b/afh.h @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2005 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2005 Andre Noll , see file COPYING. */ /** \file afh.h Structures for audio format handling (para_server). */ @@ -103,7 +99,7 @@ struct audio_format_handler { * success, the function must return a positive value and fill in the * given struct afh_info. * - * \sa struct afh_info + * \sa struct \ref afh_info. */ int (*get_file_info)(char *map, size_t numbytes, int fd, struct afh_info *afhi);