summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.h
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>1999-10-25 20:41:56 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>1999-10-25 20:41:56 +0000
commit0f6d25a013df80e1e6f71be01fed67c99c650bde (patch)
tree338877856f45034a8f785c9f4dfbfde99f98c227 /usr.bin/ssh/ssh.h
parenteea4864e779930d8ea03c4c9fe351bc0a3438b6a (diff)
remove prototypes for old/removed minfd functions
Diffstat (limited to 'usr.bin/ssh/ssh.h')
-rw-r--r--usr.bin/ssh/ssh.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/usr.bin/ssh/ssh.h b/usr.bin/ssh/ssh.h
index 35aaadc0218..099ad20db79 100644
--- a/usr.bin/ssh/ssh.h
+++ b/usr.bin/ssh/ssh.h
@@ -13,7 +13,7 @@ Generic header file for ssh.
*/
-/* RCSID("$Id: ssh.h,v 1.13 1999/10/16 20:47:14 markus Exp $"); */
+/* RCSID("$Id: ssh.h,v 1.14 1999/10/25 20:41:55 markus Exp $"); */
#ifndef SSH_H
#define SSH_H
@@ -401,8 +401,7 @@ void fatal_add_cleanup(void (*proc)(void *context), void *context);
/* Removes a cleanup frunction to be called at fatal(). */
void fatal_remove_cleanup(void (*proc)(void *context), void *context);
-/*---------------- definitions for x11.c ------------------*/
-
+/*---------------- definitions for channels ------------------*/
/* Sets specific protocol options. */
void channel_set_options(int hostname_in_open);
@@ -521,10 +520,6 @@ extern char *xauthfile;
/* Sends a message to the server to request authentication fd forwarding. */
void auth_request_forwarding(void);
-/* Returns the number of the file descriptor to pass to child programs as
- the authentication fd. */
-int auth_get_fd(void);
-
/* Returns the name of the forwarded authentication socket. Returns NULL
if there is no forwarded authentication socket. The returned value points
to a static buffer. */
@@ -545,11 +540,6 @@ int match_pattern(const char *s, const char *pattern);
Warning: this calls getpw*. */
char *tilde_expand_filename(const char *filename, uid_t my_uid);
-/* Gets a file descriptor that won't get closed by shell pathname.
- If pathname is NULL, the path is inferred from the SHELL environment
- variable or the user id. */
-int get_permanent_fd(const char *pathname);
-
/* Performs the interactive session. This handles data transmission between
the client and the program. Note that the notion of stdin, stdout, and
stderr in this function is sort of reversed: this function writes to