=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/timestamp.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/make/timestamp.h 2001/05/23 12:34:51 1.1 +++ src/usr.bin/make/timestamp.h 2007/09/16 12:09:36 1.2 @@ -2,7 +2,7 @@ #define TIMESTAMP_H /* $OpenPackages$ */ -/* $OpenBSD: timestamp.h,v 1.1 2001/05/23 12:34:51 espie Exp $ */ +/* $OpenBSD: timestamp.h,v 1.2 2007/09/16 12:09:36 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. @@ -101,5 +101,7 @@ extern TIMESTAMP now; /* The time at the start of this whole * process */ +extern char *time_to_string(TIMESTAMP t); + #endif