#ifndef wrapper_dom_h_ #define wrapper_dom_h_ #include dom_document *wr_create_doc_dom_from_string(const char *html); dom_document *wr_create_doc_dom_from_file(const char *filename); #endif /* wrapper_dom_h_ */