minisign/src/get_line.h
2015-06-07 21:06:23 +02:00

8 lines
175 B
C

#ifndef GET_LINE_H
#define GET_LINE_H
int get_line(char *line, size_t max_len, const char *prompt);
int get_password(char *pwd, size_t max_len, const char *prompt);
#endif