mirror of
https://github.com/osm2pgsql-dev/osm2pgsql.git
synced 2025-08-19 16:28:16 +00: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
|