=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/monitor_wrap.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/ssh/monitor_wrap.c 2002/03/18 17:28:37 1.1 +++ src/usr.bin/ssh/monitor_wrap.c 2002/03/19 10:35:39 1.2 @@ -25,7 +25,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: monitor_wrap.c,v 1.1 2002/03/18 17:28:37 provos Exp $"); +RCSID("$OpenBSD: monitor_wrap.c,v 1.2 2002/03/19 10:35:39 markus Exp $"); #include #include @@ -285,7 +285,7 @@ return (ret); } -void +static void mm_send_debug(Buffer *m) { char *msg; @@ -487,7 +487,7 @@ return len; } -void +static void mm_send_kex(Buffer *m, Kex *kex) { buffer_put_string(m, kex->session_id, kex->session_id_len); @@ -665,7 +665,7 @@ return (rsafail); } -void +static void mm_chall_setup(char **name, char **infotxt, u_int *numprompts, char ***prompts, u_int **echo_on) {