]> git.openstreetmap.org Git - nominatim.git/blob - nominatim/sprompt.h
hstore in 9.2 replaces k=>v with hstore(k,v). Update sql to reflect change and intro...
[nominatim.git] / nominatim / sprompt.h
1 #ifndef SPROMPT_H
2 #define SPROMPT_H
3 char *simple_prompt(const char *prompt, int maxlen, int echo);
4 #endif