summaryrefslogtreecommitdiffstats
path: root/dom.h
blob: d3360198222da85764bbe216dbd7564417ddbc90 (plain)
1
2
3
4
5
6
#ifndef DOM_H
#define DOM_H

void init_dom(const char *html);

#endif /* DOM_H */