X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh.c;h=863224220d82360cc1d8fe5b0d262385cbf62a29;hp=454517f40601e8e19421ed993e17b16a57ae900f;hb=591b16bbe13ca336c4cef00e8f9f808c1bb4c9a0;hpb=c6fad99cade79e647ca46432e07278a7ef3fbef1;ds=sidebyside diff --git a/afh.c b/afh.c index 454517f4..86322422 100644 --- a/afh.c +++ b/afh.c @@ -120,6 +120,14 @@ static int cat_file(void *audio_file_data, struct afh_info *afhi) return 1; } +/** + * The main function of para_afh. + * + * \param argc Usual argument count. + * \param argv Usual argument vector. + * + * \return \p EXIT_FAILURE or \p EXIT_SUCCESS. + */ int main(int argc, char **argv) { int ret, audio_format_num, fd;