mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-04 18:51:55 +03:00
5 lines
106 B
C
5 lines
106 B
C
#ifndef SPROMPT_H
|
|
#define SPROMPT_H
|
|
char *simple_prompt(const char *prompt, int maxlen, int echo);
|
|
#endif
|