mydumper/getPassword.h
2019-08-09 13:38:00 +02:00

5 lines
93 B
C

#ifndef GET_PASSWORD_PROMPT
#define GET_PASSWORD_PROMPT
char* passwordPrompt(void);
#endif