=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/util.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/patch/util.h 2004/08/05 21:47:24 1.13 +++ src/usr.bin/patch/util.h 2005/05/16 15:22:46 1.14 @@ -1,4 +1,4 @@ -/* $OpenBSD: util.h,v 1.13 2004/08/05 21:47:24 deraadt Exp $ */ +/* $OpenBSD: util.h,v 1.14 2005/05/16 15:22:46 espie Exp $ */ /* * patch - a program to apply diffs to original files @@ -45,3 +45,6 @@ void makedirs(const char *, bool); void version(void); void my_exit(int) __attribute__((noreturn)); + +/* in mkpath.c */ +extern int mkpath(char *, mode_t, mode_t);