mirror of
https://github.com/osm2pgsql-dev/osm2pgsql.git
synced 2025-08-19 16:28:16 +00:00
10 lines
160 B
C
10 lines
160 B
C
#ifndef SANITIZER_H
|
|
#define SANITIZER_H
|
|
|
|
#include <libxml/xmlstring.h>
|
|
#include <libxml/xmlreader.h>
|
|
|
|
xmlTextReaderPtr sanitizerOpen(const char *name);
|
|
|
|
#endif
|