diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-03-22 03:50:06 +0100 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-03-22 03:50:06 +0100 |
commit | 08105192fdb9441284ac37e309f6359d74aee596 (patch) | |
tree | 0385aa0aaaa5f7e870bafcf6dca61a2270d53ef5 /auth-options.c | |
parent | - mpech@cvs.openbsd.org 2002/03/19 06:32:56 (diff) | |
download | openssh-08105192fdb9441284ac37e309f6359d74aee596.tar.xz openssh-08105192fdb9441284ac37e309f6359d74aee596.zip |
- markus@cvs.openbsd.org 2002/03/19 10:35:39
[auth-options.c auth.h session.c session.h sshd.c]
clean up prototypes
Diffstat (limited to 'auth-options.c')
-rw-r--r-- | auth-options.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-options.c b/auth-options.c index 48be6d8e0..3408b3d8f 100644 --- a/auth-options.c +++ b/auth-options.c @@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-options.c,v 1.22 2002/03/18 17:50:31 provos Exp $"); +RCSID("$OpenBSD: auth-options.c,v 1.23 2002/03/19 10:35:39 markus Exp $"); #include "packet.h" #include "xmalloc.h" @@ -42,7 +42,7 @@ struct envstring *custom_environment = NULL; extern ServerOptions options; -void +static void auth_send_debug(Buffer *m) { char *msg; |