From bbe7e42e7ae5b5eb5d8f20fdf79c8a3e622746b8 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 4 Nov 2015 01:30:17 -0200 Subject: Revert "Revert "content-parser: added basic rst-like directives support"" This reverts commit 43bb8973e683743e780895f99f46364c7d85457f. --- src/directives.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/directives.c (limited to 'src/directives.c') diff --git a/src/directives.c b/src/directives.c new file mode 100644 index 0000000..7a6b47f --- /dev/null +++ b/src/directives.c @@ -0,0 +1,21 @@ +/* + * 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. + */ + +#ifdef HAVE_CONFIG_H +#include +#endif /* HAVE_CONFIG_H */ + +#include "utils/utils.h" + + +char* +blogc_directive_loader(const char *name, const char *argument, b_trie_t *params) +{ + // TODO: implement me! + return b_strdup("TODO\n"); +} -- cgit v1.2.3-18-g5258