From: Wouter Wijngaards Date: Mon, 14 Apr 2008 15:01:11 +0000 (+0000) Subject: please doxygen X-Git-Tag: release-0.11~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cc33e29e7604758adafd053c914fe3e05c4d5e8;p=thirdparty%2Funbound.git please doxygen git-svn-id: file:///svn/unbound/trunk@1040 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/smallapp/unbound-checkconf.c b/smallapp/unbound-checkconf.c index 1fb997d83..e06855d0d 100644 --- a/smallapp/unbound-checkconf.c +++ b/smallapp/unbound-checkconf.c @@ -214,7 +214,13 @@ is_dir(const char* fname) return 1; } -/** convert a filename to full pathname in original filesys. return static */ +/** convert a filename to full pathname in original filesys + * @param fname: the path name to convert. + * Must not be null or empty. + * @param cfg: config struct for chroot and chdir (if set). + * @param use_chdir: if false, only chroot is applied. + * @return pointer to static buffer which is: [chroot][chdir]fname + */ static char* fname_after_chroot(const char* fname, struct config_file* cfg, int use_chdir) {