aboutsummaryrefslogtreecommitdiffstats
path: root/src/datetime-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datetime-parser.h')
-rw-r--r--src/datetime-parser.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/datetime-parser.h b/src/datetime-parser.h
deleted file mode 100644
index a5087b3..0000000
--- a/src/datetime-parser.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * blogc: A blog compiler.
- * Copyright (C) 2015-2016 Rafael G. Martins <rafael@rafaelmartins.eng.br>
- *
- * 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 */