From: Frédéric Marchal Date: Mon, 19 Jul 2010 07:19:18 +0000 (+0000) Subject: Add the doxygen documentation of the denied.c file. X-Git-Tag: v2.3.1~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff1860fde0672da4b57acf53cb3bae27e683ebaa;p=thirdparty%2Fsarg.git Add the doxygen documentation of the denied.c file. --- diff --git a/documentation/denied.txt b/documentation/denied.txt new file mode 100644 index 0000000..ddb42f2 --- /dev/null +++ b/documentation/denied.txt @@ -0,0 +1,22 @@ +/*!\file denied.c +\brief List the denied accesses made by the user. + + +/*! \fn static void show_ignored_denied(FILE *fp_ou,int count) +Append a line in the table to show how many entries have been ignored for the user. + +\parm fp_ou The html file with the denied report page. +\param count The number of ignored entries. +*/ + + + + + +/*! \fn void gen_denied_report(void) +Write the denied report page from the sorted denied list file. +*/ + + + +*/