diff options
Diffstat (limited to 'src/content-parser.h')
-rw-r--r-- | src/content-parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content-parser.h b/src/content-parser.h index 0a55fd9..db65332 100644 --- a/src/content-parser.h +++ b/src/content-parser.h @@ -12,6 +12,7 @@ #include <stdlib.h> #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); |