]> git.openstreetmap.org Git - nominatim.git/blob - nominatim/import.h
one US postcode has no name. Unable to find secondary source what it would have been
[nominatim.git] / nominatim / import.h
1 #ifndef IMPORT_H
2 #define IMPORT_H
3
4 int nominatim_import(const char *conninfo, const char *partionTagsFilename, const char *filename);
5
6 #endif