diff options
| -rw-r--r-- | rcfile_y.y | 5 | ||||
| -rw-r--r-- | tls.c | 2 | 
2 files changed, 4 insertions, 3 deletions
| @@ -383,8 +383,9 @@ void yyerror (const char *s)      prc_errflag++;  } -int prc_filecheck(const char *pathname, const flag securecheck) -/* check that a configuration file is secure */ +/** check that a configuration file is secure, returns PS_* status codes */ +int prc_filecheck(const char *pathname, +		  const flag securecheck /** shortcuts permission, filetype and uid tests if false */)  {  #ifndef __EMX__      struct stat statbuf; @@ -1,6 +1,6 @@  /** \file tls.c - collect common TLS functionality    * \author Matthias Andree - * \year 2006 + * \date 2006   */  #include "fetchmail.h" | 
