File: getPassword.h

package info (click to toggle)
mydumper 0.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 680 kB
  • sloc: ansic: 4,381; sh: 119; sql: 7; makefile: 3; cpp: 3
file content (4 lines) | stat: -rw-r--r-- 91 bytes parent folder | download | duplicates (3)
1
2
3
4
#ifndef GET_PASSWORD_PROMPT
#define GET_PASSWORD_PROMPT
char *passwordPrompt(void);
#endif