5 lines
93 B
C
5 lines
93 B
C
|
#ifndef GET_PASSWORD_PROMPT
|
||
|
#define GET_PASSWORD_PROMPT
|
||
|
char* passwordPrompt(void);
|
||
|
#endif
|