Add getpass.h, so it's properly declared.
[gnulib.git] / modules / getpass
1 Description:
2 getpass() function: read a password from /dev/tty.
3
4 Files:
5 lib/getpass.h
6 lib/getpass.c
7 m4/getpass.m4
8
9 Depends-on:
10 unlocked-io
11 getline
12 stdbool
13
14 configure.ac:
15 gl_FUNC_GETPASS
16
17 Makefile.am:
18 lib_SOURCES += getpass.h
19
20 Include:
21 "getpass.h"
22
23 Maintainer:
24 Jim Meyering, glibc
25