]> git.openstreetmap.org Git - nominatim.git/blob - nominatim/import.h
Replace lettuce with behave in tests. Use python3 Split import and (python,php) tests...
[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