diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-02-26 10:38:49 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-02-26 10:38:49 +0000 |
| commit | efcad6b72fe9d4f7ea99c021f4903d09ca31b666 (patch) | |
| tree | 44704f8b727acba451fd902fe3c26053cb6ce73e /crypto/openssh/msg.h | |
| parent | 002696701b39a951525861c3d0da4984e29e7360 (diff) | |
Notes
Diffstat (limited to 'crypto/openssh/msg.h')
| -rw-r--r-- | crypto/openssh/msg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/msg.h b/crypto/openssh/msg.h index c07df88a7acd..0d3ea065826c 100644 --- a/crypto/openssh/msg.h +++ b/crypto/openssh/msg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: msg.h,v 1.2 2002/12/19 00:07:02 djm Exp $ */ +/* $OpenBSD: msg.h,v 1.3 2003/11/17 09:45:39 djm Exp $ */ /* * Copyright (c) 2002 Markus Friedl. All rights reserved. * @@ -25,7 +25,7 @@ #ifndef SSH_MSG_H #define SSH_MSG_H -void ssh_msg_send(int, u_char, Buffer *); +int ssh_msg_send(int, u_char, Buffer *); int ssh_msg_recv(int, Buffer *); #endif |
