X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/01386fc8db473eac03c5aaaa53f3790cde319a76..bbe59354d97fa30184f6a95cf1f31ce447d0fa29:/.ext/cfd/src/getdate.h diff --git a/.ext/cfd/src/getdate.h b/.ext/cfd/src/getdate.h new file mode 100644 index 00000000..98ba3ea3 --- /dev/null +++ b/.ext/cfd/src/getdate.h @@ -0,0 +1,20 @@ +/* -*-c-*- + * + * getdate.h + * + * Written by Mark Wooding. Where I can surrender my copyright on the + * content of this file, I do so and place it in the public domain; + * elsewhere, it is copyright (c) 1999 Mark Wooding, and I hereby expliticly + * grant all persons and organizations permission to copy, modify, + * redistribute and/or relicense the content of this file in any way and for + * any purpose, to the fullest extent that I can. + */ + +#ifndef GETDATE_H +#define GETDATE_H + +#include + +extern time_t get_date(const char */*p*/, const time_t */*now*/); + +#endif