fixed pkg-config rule
[k8jam.git] / src / timestamp.h
bloba6ec018b99f17da8b7df97288515c96771a51101
1 /*
2 * Copyright 1993, 1995 Christopher Seiwald.
4 * This file is part of Jam - see jam.c for Copyright information.
5 */
6 /*
7 * timestamp.h - get the timestamp of a file or archive member
8 */
9 #ifndef JAMH_TIMESTAMP_H
10 #define JAMH_TIMESTAMP_H
13 extern void timestamp (char *target, time_t *time);
14 extern void donestamps (void);
17 #endif