aboutsummaryrefslogtreecommitdiffstats
path: root/src/directives.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/directives.h')
-rw-r--r--src/directives.h3
1 files changed, 1 insertions, 2 deletions
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 */