summaryrefslogtreecommitdiff
path: root/usr.bin/make/dir.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/dir.h')
-rw-r--r--usr.bin/make/dir.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/dir.h b/usr.bin/make/dir.h
index 30dcc147623..a4de9798461 100644
--- a/usr.bin/make/dir.h
+++ b/usr.bin/make/dir.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dir.h,v 1.11 2000/11/24 14:27:19 espie Exp $ */
+/* $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,5 +69,6 @@ extern void Dir_PrintDirectories __P((void));
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 */