mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-24 06:22:08 +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
|