nominatim refactoring

This commit is contained in:
Brian Quinion
2010-10-23 23:12:37 +00:00
commit ab6a996772
40 changed files with 7486 additions and 0 deletions

6
nominatim/import.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef IMPORT_H
#define IMPORT_H
int nominatim_import(const char *conninfo, const char *partionTagsFilename, const char *filename);
#endif