From b80dcd6ceed658d6c95814565e0ece7acb67598a Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 9 Dec 2007 11:00:35 +0000 Subject: Doxygen-related comment fixes. svn path=/branches/BRANCH_6-3/; revision=5142 --- rcfile_y.y | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rcfile_y.y') diff --git a/rcfile_y.y b/rcfile_y.y index cf820ee4..266f480d 100644 --- a/rcfile_y.y +++ b/rcfile_y.y @@ -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; -- cgit v1.2.3