aboutsummaryrefslogtreecommitdiffstats
path: root/src/directives.c
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2015-11-04 01:28:43 -0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2015-11-04 01:28:43 -0200
commit0fe9ed29207c428deda6c960c81359113f1d3384 (patch)
treee924ab90fb3449eb64155edb07877819556e1e67 /src/directives.c
parent56736b7b39218c10efd64f305f7a35df9d4bc0af (diff)
downloadblogc-0fe9ed29207c428deda6c960c81359113f1d3384.tar.gz
blogc-0fe9ed29207c428deda6c960c81359113f1d3384.tar.bz2
blogc-0fe9ed29207c428deda6c960c81359113f1d3384.zip
Revert "content-parser: handle errors (that are handler as warnings) in directives"
This reverts commit 56736b7b39218c10efd64f305f7a35df9d4bc0af.
Diffstat (limited to 'src/directives.c')
-rw-r--r--src/directives.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/directives.c b/src/directives.c
index 5ff3b4d..7a6b47f 100644
--- a/src/directives.c
+++ b/src/directives.c
@@ -11,11 +11,10 @@
#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_error_t **err)
+blogc_directive_loader(const char *name, const char *argument, b_trie_t *params)
{
// TODO: implement me!
return b_strdup("TODO\n");