codec cleanup
[platform/upstream/boost-jam.git] / timestamp.h
1 /*
2  * Copyright 1993, 1995 Christopher Seiwald.
3  *
4  * This file is part of Jam - see jam.c for Copyright information.
5  */
6
7 /*
8  * timestamp.h - get the timestamp of a file or archive member
9  */
10
11 void timestamp( char * target, time_t * time );
12 void stamps_done();