X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/f03c5a86c8c9b1f03d8ced522597c9a9844002b4..bcf50f5c54870759e531a239400a47b64d22e554:/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