2 * Copyright (c) 1995 Danny Gasparovski.
4 * Please read the file COPYRIGHT for the
5 * terms and conditions of the copyright.
13 struct in_addr ex_addr
; /* Server address */
14 int ex_fport
; /* Port to telnet to */
15 char *ex_exec
; /* Command line of what to exec */
16 struct gfwd_list
*ex_next
;
26 #define EMU_REALAUDIO 0x5
27 #define EMU_RLOGIN 0x6
30 #define EMU_NOCONNECT 0x10 /* Don't connect */
47 struct slirp_quehead
{
48 struct slirp_quehead
*qh_link
;
49 struct slirp_quehead
*qh_rlink
;
52 void slirp_insque(void *, void *);
53 void slirp_remque(void *);
54 int add_exec(struct gfwd_list
**, void *, const char *, struct in_addr
, int);
55 int fork_exec(struct socket
*so
, const char *ex
);