2 * Copyright (c) 1995 Danny Gasparovski.
4 * Please read the file COPYRIGHT for the
5 * terms and conditions of the copyright.
12 int ex_pty
; /* Do we want a pty? */
13 struct in_addr ex_addr
; /* Server address */
14 int ex_fport
; /* Port to telnet to */
15 const char *ex_exec
; /* Command line of what to exec */
16 struct ex_list
*ex_next
;
20 char *strdup(const char *);
32 #define EMU_REALAUDIO 0x5
33 #define EMU_RLOGIN 0x6
37 #define EMU_NOCONNECT 0x10 /* Don't connect */
54 extern int x_port
, x_server
, x_display
;
56 int show_x(char *, struct socket
*);
57 void redir_x(u_int32_t
, int, int, int);
58 void slirp_insque(void *, void *);
59 void slirp_remque(void *);
60 int add_exec(struct ex_list
**, int, char *, struct in_addr
, int);
61 int slirp_openpty(int *, int *);
62 int fork_exec(struct socket
*so
, const char *ex
, int do_pty
);
68 void fd_nonblock(int);
70 int rsh_exec(struct socket
*, struct socket
*, char *, char *, char *);