chiark / gitweb /
debian/control: Recommend the other build tools we usually need.
[cfd] / getdate.h
1 /* -*-c-*-
2  *
3  * getdate.h
4  *
5  * Written by Mark Wooding.  Where I can surrender my copyright on the
6  * content of this file, I do so and place it in the public domain;
7  * elsewhere, it is copyright (c) 1999 Mark Wooding, and I hereby expliticly
8  * grant all persons and organizations permission to copy, modify,
9  * redistribute and/or relicense the content of this file in any way and for
10  * any purpose, to the fullest extent that I can.
11  */
12
13 #ifndef GETDATE_H
14 #define GETDATE_H
15
16 #include <time.h>
17
18 extern time_t get_date(const char */*p*/, const time_t */*now*/);
19
20 #endif