Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/sundown-ffi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'html/html.h')
-rw-r--r--html/html.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/html.h b/html/html.h
index 5152caf..678c162 100644
--- a/html/html.h
+++ b/html/html.h
@@ -57,16 +57,16 @@ typedef enum {
HTML_TAG_CLOSE,
} html_tag;
-int
+SD_EXPORT int
sd_html_is_tag(const uint8_t *tag_data, size_t tag_size, const char *tagname);
-extern void
+extern SD_EXPORT void
sd_html_renderer(struct sd_callbacks *callbacks, struct sd_html_renderopt *options_ptr, unsigned int render_flags);
-extern void
+extern SD_EXPORT void
sd_html_toc_renderer(struct sd_callbacks *callbacks, struct sd_html_renderopt *options_ptr);
-extern void
+extern SD_EXPORT void
sd_html_smartypants(struct sd_buf *ob, const uint8_t *text, size_t size);
#ifdef __cplusplus