aboutsummaryrefslogtreecommitdiffstats
path: root/src/content-parser.h
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2015-05-07 22:35:18 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2015-05-07 22:35:18 -0300
commitb24efa3885637d953892ccf718662aa693eaa879 (patch)
tree76e5f074021f59194535a79ea348f711c8db68cd /src/content-parser.h
parent28b02d920aa9347f25bc28f5989919174d9f60a9 (diff)
downloadblogc-b24efa3885637d953892ccf718662aa693eaa879.tar.gz
blogc-b24efa3885637d953892ccf718662aa693eaa879.tar.bz2
blogc-b24efa3885637d953892ccf718662aa693eaa879.zip
content-parser: more random stuff
Diffstat (limited to 'src/content-parser.h')
-rw-r--r--src/content-parser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/content-parser.h b/src/content-parser.h
index db65332..5c9ae4b 100644
--- a/src/content-parser.h
+++ b/src/content-parser.h
@@ -13,7 +13,6 @@
#include "error.h"
char* blogc_content_parse_inline(const char *src);
-char* blogc_content_parse(const char *src, size_t src_len,
- blogc_error_t **err);
+char* blogc_content_parse(const char *src);
#endif /* _CONTENT_PARSER_H */