]> andersk Git - openssh.git/blobdiff - readpass.c
- itojun@cvs.openbsd.org 2001/06/23 15:12:20
[openssh.git] / readpass.c
index d059272e74bb4827c1ec6d7c49848b2214e1e9b4..05883dfcd28b6712ce697e2635f423219075c602 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: readpass.c,v 1.17 2001/05/06 17:52:07 mouring Exp $");
+RCSID("$OpenBSD: readpass.c,v 1.18 2001/06/23 15:12:19 itojun Exp $");
 
 #include "xmalloc.h"
 #include "cli.h"
@@ -42,7 +42,7 @@ RCSID("$OpenBSD: readpass.c,v 1.17 2001/05/06 17:52:07 mouring Exp $");
 #include "atomicio.h"
 #include "ssh.h"
 
-char *
+static char *
 ssh_askpass(char *askpass, const char *msg)
 {
        pid_t pid;
This page took 0.038176 seconds and 4 git commands to generate.