From 7127defbaa3701fc3444feb3233401e2829fc1b6 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 24 Oct 2015 18:47:41 -0200 Subject: datetime-parser: initial implementation. not used yet --- src/datetime-parser.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/datetime-parser.h (limited to 'src/datetime-parser.h') diff --git a/src/datetime-parser.h b/src/datetime-parser.h new file mode 100644 index 0000000..7f94545 --- /dev/null +++ b/src/datetime-parser.h @@ -0,0 +1,17 @@ +/* + * blogc: A blog compiler. + * Copyright (C) 2015 Rafael G. Martins + * + * This program can be distributed under the terms of the BSD License. + * See the file LICENSE. + */ + +#ifndef _DATETIME_H +#define _DATETIME_H + +#include "error.h" + +char* blogc_convert_datetime(const char *orig, const char *format, + blogc_error_t **err); + +#endif /* _DATETIME_H */ -- cgit v1.2.3-18-g5258