summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.h b/ssh.h
index 281ef1388..ee6e3c1f1 100644
--- a/ssh.h
+++ b/ssh.h
@@ -13,7 +13,7 @@
13 * 13 *
14 */ 14 */
15 15
16/* RCSID("$Id: ssh.h,v 1.26 2000/02/07 02:20:26 damien Exp $"); */ 16/* RCSID("$Id: ssh.h,v 1.27 2000/03/09 10:27:52 damien Exp $"); */
17 17
18#ifndef SSH_H 18#ifndef SSH_H
19#define SSH_H 19#define SSH_H
@@ -712,7 +712,7 @@ struct envstring {
712/* 712/*
713 * Ensure all of data on socket comes through. f==read || f==write 713 * Ensure all of data on socket comes through. f==read || f==write
714 */ 714 */
715int atomicio(int (*f)(), int fd, void *s, size_t n); 715ssize_t atomicio(ssize_t (*f)(), int fd, void *s, size_t n);
716 716
717#ifdef KRB4 717#ifdef KRB4
718#include <krb.h> 718#include <krb.h>