[go: up one dir, main page]

File: getpass.h

package info (click to toggle)
cadaver 0.22.3%2Bdebian-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,628 kB
  • ctags: 4,521
  • sloc: ansic: 37,238; sh: 3,574; makefile: 647; yacc: 288; sed: 27
file content (9 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9

#ifndef GETPASS_H
#define GETPASS_H

char *fm_getpassword(const char *prompt);

#define PASSWORDLEN 256

#endif /* GETPASS_H */