1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-10 18:52:01 +02:00

Adjust to new make_dir_parents API.

This commit is contained in:
Paul Eggert
2006-07-17 03:07:04 +00:00
parent a60cc14aed
commit 9a1ed6fbf9
+7 -6
View File
@@ -17,16 +17,17 @@
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/* Written by David MacKenzie <djm@gnu.ai.mit.edu> and Jim Meyering. */
/* Written by Paul Eggert, David MacKenzie, and Jim Meyering. */
#include <stdbool.h>
#include <sys/types.h>
bool make_dir_parents (char const *argname,
bool make_dir_parents (char *dir,
int (*make_ancestor) (char const *, void *),
void *options,
mode_t mode,
mode_t parent_mode,
void (*announce) (char const *, void *),
mode_t mode_bits,
uid_t owner,
gid_t group,
bool preserve_existing,
char const *verbose_fmt_string,
int *cwd_errno);
bool preserve_existing);