| * Copyright (c) 1995 Danny Gasparovski. |
| * Please read the file COPYRIGHT for the |
| * terms and conditions of the copyright. |
| int ex_pty; /* Do we want a pty? */ |
| struct in_addr ex_addr; /* Server address */ |
| int ex_fport; /* Port to telnet to */ |
| const char *ex_exec; /* Command line of what to exec */ |
| char *strdup(const char *); |
| #define EMU_REALAUDIO 0x5 |
| #define EMU_NOCONNECT 0x10 /* Don't connect */ |
| void slirp_insque(void *, void *); |
| void slirp_remque(void *); |
| int add_exec(struct ex_list **, int, char *, struct in_addr, int); |
| int fork_exec(struct socket *so, const char *ex, int do_pty); |