Nominatim/nominatim/sprompt.h

5 lines
106 B
C
Raw Permalink Normal View History

2010-10-24 03:12:37 +04:00
#ifndef SPROMPT_H
#define SPROMPT_H
char *simple_prompt(const char *prompt, int maxlen, int echo);
#endif