aboutsummaryrefslogtreecommitdiffstats
path: root/src/content-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/content-parser.h')
-rw-r--r--src/content-parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content-parser.h b/src/content-parser.h
index d0a0732..ec441c6 100644
--- a/src/content-parser.h
+++ b/src/content-parser.h
@@ -13,6 +13,6 @@
#include "error.h"
char* blogc_content_parse_inline(const char *src);
-char* blogc_content_parse(const char *src);
+char* blogc_content_parse(const char *src, size_t *end_excerpt);
#endif /* _CONTENT_PARSER_H */