Nominatim/nominatim/sprompt.h
2010-10-23 23:12:37 +00:00

5 lines
106 B
C

#ifndef SPROMPT_H
#define SPROMPT_H
char *simple_prompt(const char *prompt, int maxlen, int echo);
#endif