X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetpass.h;h=bdff8754d445cbc6fcc8707f6579ac735548da2d;hb=3f0d472e052865baf722ea457e35dd067b94a477;hp=650212649756f3baea0ef340cce75ea288813064;hpb=942fa9f9bad04cc75862b72fabc8f4ff617cdafb;p=gnulib.git diff --git a/lib/getpass.h b/lib/getpass.h index 650212649..bdff8754d 100644 --- a/lib/getpass.h +++ b/lib/getpass.h @@ -14,18 +14,18 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef GETPASS_H -#define GETPASS_H +# define GETPASS_H /* Get getpass declaration, if available. */ -#include +# include -#if defined HAVE_DECL_GETPASS && !HAVE_DECL_GETPASS +# if defined HAVE_DECL_GETPASS && !HAVE_DECL_GETPASS /* Read a password of arbitrary length from /dev/tty or stdin. */ char *getpass (const char *prompt); -#endif +# endif #endif /* GETPASS_H */