/*! \file exclude.c
\brief Handle exclusion of sites and users from the report.
*/





/*! \fn int vhexclude(const char *excludefile, const char *url)
Tell if the site accessed by the user is excluded from the report.

\param excludefile The list of the excluded sites as loaded by gethexclude().
\param url The URL to check.

\retval 1 The site is not excluded.
\retval 0 The site is excluded.
*/





/*! \fn int vuexclude(const char *excludeuser, const char *user)
Tell if the user is excluded from the report.

\param excludeuser The list of the excluded users as loaded by getuexclude().
\param user The user to check.

\retval 1 The user is not excluded.
\retval 0 The user is excluded.
*/
