mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-10 11:42:13 +03:00
7 lines
142 B
C
7 lines
142 B
C
#ifndef IMPORT_H
|
|
#define IMPORT_H
|
|
|
|
int nominatim_import(const char *conninfo, const char *partionTagsFilename, const char *filename);
|
|
|
|
#endif
|