mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-27 08:59:19 -05:00
please doxygen
git-svn-id: file:///svn/unbound/trunk@1040 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
9e9d7ba0a7
commit
0cc33e29e7
1 changed files with 7 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue