]> git.ipfire.org Git - thirdparty/sarg.git/blame - documentation/denied.txt
Rename configure.in as configure.ac
[thirdparty/sarg.git] / documentation / denied.txt
CommitLineData
6dd5384b
FM
1/*!\file denied.c
2\brief List the denied accesses made by the user.
3
4
5/*! \fn static void show_ignored_denied(FILE *fp_ou,int count)
6Append a line in the table to show how many entries have been ignored for the user.
7
8\parm fp_ou The html file with the denied report page.
9\param count The number of ignored entries.
10*/
11
12
13
14
15
16/*! \fn void gen_denied_report(void)
17Write the denied report page from the sorted denied list file.
18*/
19
20
21
22*/