summaryrefslogblamecommitdiffhomepage
path: root/src/nxt_fs.h
blob: c8868d8093f585e7456079a03c51077795f850c2 (plain) (tree)
1
2
3
4
5
6
7
8
9







                            
                                                               
                                                           


                                 
/*
 * Copyright (C) NGINX, Inc.
 */

#ifndef _NXT_FS_H_INCLUDED_
#define _NXT_FS_H_INCLUDED_


nxt_int_t nxt_fs_mkdir_parent(const u_char *path, mode_t mode);
nxt_int_t nxt_fs_mkdir_all(const u_char *dir, mode_t mode);


#endif  /* _NXT_FS_H_INCLUDED_ */