X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fade.c;h=2a001ebacde964eb1f710413540cc23f2bc85699;hp=2a4eb1e1829168f0b94ebc24bc8138be5e9f226c;hb=b52342d0b5df5446f149f0c1daf26f6e25b2aba7;hpb=032d743d782e23604daa926c8e153ad4a75797be;ds=sidebyside diff --git a/fade.c b/fade.c index 2a4eb1e1..2a001eba 100644 --- a/fade.c +++ b/fade.c @@ -333,6 +333,17 @@ __noreturn static void print_help_and_die(void) exit(0); } +/** + * The main function of para_fade. + * + * The executable is linked with the alsa or the oss mixer API, or both. It has + * a custom log function which prefixes log messages with the current date. + * + * \param argc Argument counter. + * \param argv Argument vector. + * + * \return EXIT_SUCCESS or EXIT_FAILURE. + */ int main(int argc, char *argv[]) { int ret;