aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-13 23:29:32 +0000
committerrsc <devnull@localhost>2005-02-13 23:29:32 +0000
commit3170c7d40bbdc19cdd2321a0bde7cdab3be526da (patch)
tree813a880810db86a59eef29daf4c19bd49066c45a
parente1a22963294b001a2a87d53df21ca990f5f7aba6 (diff)
downloadplan9port-3170c7d40bbdc19cdd2321a0bde7cdab3be526da.tar.gz
plan9port-3170c7d40bbdc19cdd2321a0bde7cdab3be526da.tar.bz2
plan9port-3170c7d40bbdc19cdd2321a0bde7cdab3be526da.zip
hide xreadcons
-rw-r--r--src/libauthsrv/readnvram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libauthsrv/readnvram.c b/src/libauthsrv/readnvram.c
index 524d2be5..d40bcb17 100644
--- a/src/libauthsrv/readnvram.c
+++ b/src/libauthsrv/readnvram.c
@@ -41,7 +41,7 @@ static struct {
"debug", "/tmp/nvram", 0, sizeof(Nvrsafe),
};
-char*
+static char*
xreadcons(char *prompt, char *def, int secret, char *buf, int nbuf)
{
char *p;