summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/ssh.h
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-06-03 09:20:19 +0000
committerkris <kris@FreeBSD.org>2000-06-03 09:20:19 +0000
commit585dc667de870922b14ce5a99c088c1a68de7934 (patch)
treecd954394127ade437854c42bd29f4b7aa34b45fd /crypto/openssh/ssh.h
parente503398156edd9b3ad9ebac248c30f5d5380f379 (diff)
downloadFreeBSD-src-585dc667de870922b14ce5a99c088c1a68de7934.zip
FreeBSD-src-585dc667de870922b14ce5a99c088c1a68de7934.tar.gz
Import from vendor repository.
Obtained from: OpenBSD
Diffstat (limited to 'crypto/openssh/ssh.h')
-rw-r--r--crypto/openssh/ssh.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/crypto/openssh/ssh.h b/crypto/openssh/ssh.h
index 0762c96..8f6d1e7 100644
--- a/crypto/openssh/ssh.h
+++ b/crypto/openssh/ssh.h
@@ -13,7 +13,7 @@
*
*/
-/* RCSID("$Id: ssh.h,v 1.45 2000/05/08 17:12:16 markus Exp $"); */
+/* RCSID("$Id: ssh.h,v 1.46 2000/05/17 08:20:15 markus Exp $"); */
#ifndef SSH_H
#define SSH_H
@@ -447,6 +447,12 @@ void fatal_remove_cleanup(void (*proc) (void *context), void *context);
*/
char *tilde_expand_filename(const char *filename, uid_t my_uid);
+/* remove newline at end of string */
+char *chop(char *s);
+
+/* set filedescriptor to non-blocking */
+void set_nonblock(int fd);
+
/*
* Performs the interactive session. This handles data transmission between
* the client and the program. Note that the notion of stdin, stdout, and
OpenPOWER on IntegriCloud