Add '.ext/cfd/' from commit 'e370d22add00480a67fd028c0e7d3148737fe484'
[runlisp] / .ext / cfd / src / getdate.h
diff --git a/.ext/cfd/src/getdate.h b/.ext/cfd/src/getdate.h
new file mode 100644 (file)
index 0000000..98ba3ea
--- /dev/null
@@ -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 <time.h>
+
+extern time_t get_date(const char */*p*/, const time_t */*now*/);
+
+#endif