From 1ed6d31c8f97c71fdaa2eef8b575ba14d1437a33 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 4 Nov 2015 01:30:44 -0200 Subject: Revert "Revert "content-parser: handle errors (that are handler as warnings) in directives"" This reverts commit 0fe9ed29207c428deda6c960c81359113f1d3384. --- src/directives.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/directives.c') diff --git a/src/directives.c b/src/directives.c index 7a6b47f..5ff3b4d 100644 --- a/src/directives.c +++ b/src/directives.c @@ -11,10 +11,11 @@ #endif /* HAVE_CONFIG_H */ #include "utils/utils.h" - +#include "error.h" char* -blogc_directive_loader(const char *name, const char *argument, b_trie_t *params) +blogc_directive_loader(const char *name, const char *argument, b_trie_t *params, + blogc_error_t **err) { // TODO: implement me! return b_strdup("TODO\n"); -- cgit v1.2.3-18-g5258