File: getpass.h

package info (click to toggle)
cadaver 0.22.2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,388 kB
  • ctags: 3,250
  • sloc: ansic: 26,955; makefile: 205; sh: 160
file content (9 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (12)
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 */