X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=create.c;h=65567e03ee592065cfd4126ac6398b8890dd71e6;hp=29b46edb5d63dc6432b110ac8215acb02d0f441c;hb=5008f98a8208d96c3c777476d6df7534c6d2ca49;hpb=63ef06be534ab9a8f31865ef6c2324f0a951aef9 diff --git a/create.c b/create.c index 29b46ed..65567e0 100644 --- a/create.c +++ b/create.c @@ -4,7 +4,7 @@ * Licensed under the GPL v2. For licencing details see COPYING. */ -/** \file create.c The create mode of adu. */ +/** \file create.c \brief The create mode of adu. */ #include /* readdir() */ #include "format.h" @@ -151,6 +151,11 @@ out: return ret; } +/** + * The main function of the create mode. + * + * \return Standard. + */ int com_create(void) { uint64_t zero = 0ULL;