=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/dir.h,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/make/dir.h 2000/11/24 14:27:19 1.11 --- src/usr.bin/make/dir.h 2000/11/24 14:36:33 1.12 *************** *** 1,4 **** ! /* $OpenBSD: dir.h,v 1.11 2000/11/24 14:27:19 espie Exp $ */ /* $NetBSD: dir.h,v 1.4 1996/11/06 17:59:05 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: dir.h,v 1.12 2000/11/24 14:36:33 espie Exp $ */ /* $NetBSD: dir.h,v 1.4 1996/11/06 17:59:05 christos Exp $ */ /* *************** *** 69,73 **** --- 69,74 ---- extern void Dir_PrintPath __P((Lst)); extern void Dir_Destroy __P((void *)); extern void *Dir_CopyDir __P((void *)); + extern int set_times __P((const char *)); #endif /* _DIR */