X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/d436bd52989e64f8c3cb8a543f446136b6ab1ac4..b0b15b7ced28b3c6ddfcd4b0a7e46ee6432a243c:/lib/dateparse.h diff --git a/lib/dateparse.h b/lib/dateparse.h index d86d14f..7b96fe9 100644 --- a/lib/dateparse.h +++ b/lib/dateparse.h @@ -17,18 +17,26 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA */ - /** @file lib/dateparse.h * @brief Date parsing */ +#ifndef DATEPARSE_H +#define DATEPARSE_H + +#include + time_t dateparse(const char *s); +#if 0 struct tm *xgetdate(const char *string, const char *const *template); +#endif int xgetdate_r(const char *string, struct tm *tp, const char *const *template); +#endif /* DATEPARSE_H */ + /* Local Variables: c-basic-offset:2