Files
osm2pgsql/sprompt.h

5 lines
106 B
C

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