]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Add the doxygen documentation of the denied.c file.
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Sat, 18 Sep 2010 12:34:13 +0000 (12:34 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Sat, 18 Sep 2010 12:34:13 +0000 (12:34 +0000)
documentation/denied.txt [new file with mode: 0644]

diff --git a/documentation/denied.txt b/documentation/denied.txt
new file mode 100644 (file)
index 0000000..ddb42f2
--- /dev/null
@@ -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.
+*/
+
+
+
+*/