summaryrefslogtreecommitdiff
path: root/auth-options.c
diff options
context:
space:
mode:
authormouring <mouring>2002-03-22 02:50:06 +0000
committermouring <mouring>2002-03-22 02:50:06 +0000
commite4d01d49510c930b256b123b7cb0c05ddb392df1 (patch)
tree0fa1136bec5a33981afa5fc3f631e62cb13a1b6d /auth-options.c
parent8f43a3573f3ea973ce06e838c4ace341d6c3cae7 (diff)
downloadopenssh-e4d01d49510c930b256b123b7cb0c05ddb392df1.tar.gz
- 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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-options.c b/auth-options.c
index 48be6d8e..3408b3d8 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;