home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
amiga
/
comms
/
network
/
telnet.lzh
/
const.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-09-02
|
204b
|
13 lines
/* this structs must be used by telnet too */
struct connect_message {
struct Message Msg;
char *port_name;
};
struct data_message {
struct Message Msg;
char *buffer;
int length;
};