summaryrefslogtreecommitdiff
path: root/modules/getpass
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-09 23:54:10 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-09 23:54:10 +0000
commit942fa9f9bad04cc75862b72fabc8f4ff617cdafb (patch)
tree69e953e0646dfbec8015ef57a8c325db635daa03 /modules/getpass
parent25ef69613afa3d3e727203c74b7c011f87813663 (diff)
downloadgnulib-942fa9f9bad04cc75862b72fabc8f4ff617cdafb.tar.gz
Add getpass.h, so it's properly declared.
Diffstat (limited to 'modules/getpass')
-rw-r--r--modules/getpass3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/getpass b/modules/getpass
index f7d00f31c6..1d4b3addfe 100644
--- a/modules/getpass
+++ b/modules/getpass
@@ -2,6 +2,7 @@ Description:
getpass() function: read a password from /dev/tty.
Files:
+lib/getpass.h
lib/getpass.c
m4/getpass.m4
@@ -14,8 +15,10 @@ configure.ac:
gl_FUNC_GETPASS
Makefile.am:
+lib_SOURCES += getpass.h
Include:
+"getpass.h"
Maintainer:
Jim Meyering, glibc