From 0fe9ed29207c428deda6c960c81359113f1d3384 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 4 Nov 2015 01:28:43 -0200 Subject: Revert "content-parser: handle errors (that are handler as warnings) in directives" This reverts commit 56736b7b39218c10efd64f305f7a35df9d4bc0af. --- src/directives.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/directives.h') diff --git a/src/directives.h b/src/directives.h index d03102a..fa758e2 100644 --- a/src/directives.h +++ b/src/directives.h @@ -10,9 +10,8 @@ #define _DIRECTIVES_H #include "utils/utils.h" -#include "error.h" char* blogc_directive_loader(const char *name, const char *argument, - b_trie_t *params, blogc_error_t **err); + b_trie_t *params); #endif /* _DIRECTIVES_H */ -- cgit v1.2.3-18-g5258