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

htmlclean.h « htmlclean « libraries - github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c05ec2d7aa9b419b0a37ca7f13feccd19d46ccd3 (plain)
1
2
3
4
5
6
7
#pragma once

/**
 * Strips HTML from the input string and returns just the text.
 * The resulting string must be freed when you're done with it.
 */
char *htmlclean_strip_html(const char *);