[go: up one dir, main page]

File: getpass.h

package info (click to toggle)
cadaver 0.23.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 4,352 kB
  • sloc: ansic: 45,852; sh: 3,440; makefile: 759; yacc: 291; 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 */