Makefile.am: Ship `debian/compat'.
[cfd] / getdate.h
CommitLineData
5c19ca36 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 */
574495fc 12
13#ifndef GETDATE_H
14#define GETDATE_H
15
16#include <time.h>
17
5c19ca36 18extern time_t get_date(const char */*p*/, const time_t */*now*/);
574495fc 19
20#endif