mydumper/getPassword.h

5 lines
93 B
C
Raw Permalink Normal View History

2019-08-09 13:38:00 +02:00
#ifndef GET_PASSWORD_PROMPT
#define GET_PASSWORD_PROMPT
char* passwordPrompt(void);
#endif