X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/f03c5a86c8c9b1f03d8ced522597c9a9844002b4..240f4b16cb0cd57db5661561fecb4f932eb043bb:/lib/dateparse.h?ds=sidebyside diff --git a/lib/dateparse.h b/lib/dateparse.h index d86d14f..2f52dac 100644 --- a/lib/dateparse.h +++ b/lib/dateparse.h @@ -23,8 +23,10 @@ */ 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);