mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-27 10:43:02 +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
|