diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2007-12-09 11:00:35 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2007-12-09 11:00:35 +0000 |
commit | b80dcd6ceed658d6c95814565e0ece7acb67598a (patch) | |
tree | 6ca16561a416d1c7e8b52f022b40d1e3f06c49b5 /rcfile_y.y | |
parent | dc8ea633a14500dc3825583248da2ab505560c1c (diff) | |
download | fetchmail-b80dcd6ceed658d6c95814565e0ece7acb67598a.tar.gz fetchmail-b80dcd6ceed658d6c95814565e0ece7acb67598a.tar.bz2 fetchmail-b80dcd6ceed658d6c95814565e0ece7acb67598a.zip |
Doxygen-related comment fixes.
svn path=/branches/BRANCH_6-3/; revision=5142
Diffstat (limited to 'rcfile_y.y')
-rw-r--r-- | rcfile_y.y | 5 |
1 files changed, 3 insertions, 2 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; |