X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ca3ecae9a9c67c1f497fed2dd6a5bc13f1ba0796..522c91c2baad8d9575ba62d48487800e1e0e7203:/uip/prompter.c diff --git a/uip/prompter.c b/uip/prompter.c index ec2ea3fb..303d2ad4 100644 --- a/uip/prompter.c +++ b/uip/prompter.c @@ -47,7 +47,7 @@ static jmp_buf sigenv; /* * prototypes */ -int getln (char *, int); +static int getln (char *, int); static int chrcnv (char *); static void chrdsp (char *, char); static void intrser (int); @@ -312,7 +312,7 @@ abort: } -int +static int getln (char *buffer, int n) { int c;