1 /* *** This file was borrowed from jam 2.5. The copyright statement from
2  * *** jam.c appears below.
3  */
4 /*
5  * /+\
6  * +\	Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
7  * \+/
8  *
9  * This file is part of jam.
10  *
11  * License is hereby granted to use this software and distribute it
12  * freely, as long as this copyright notice is retained and modifications
13  * are clearly marked.
14  *
15  * ALL WARRANTIES ARE HEREBY DISCLAIMED.
16  */
17 
18 /*
19  * Copyright 1993, 1995 Christopher Seiwald.
20  *
21  * This file is part of Jam - see jam.c for Copyright information.
22  */
23 
24 /*
25  * timestamp.h - get the timestamp of a file or archive member
26  */
27 
28 void timestamp( char *target, time_t *time );
29 void donestamps();
30