/
driver3.2@304/autoconf/
driver3.2@304/doc/LPC/
driver3.2@304/hosts/
driver3.2@304/hosts/amiga/NetIncl/
driver3.2@304/hosts/amiga/NetIncl/netinet/
driver3.2@304/hosts/amiga/NetIncl/sys/
driver3.2@304/hosts/fcrypt/
driver3.2@304/hosts/os2/
driver3.2@304/mudlib/sys/
driver3.2@304/util/
driver3.2@304/util/indent/hosts/next/
driver3.2@304/util/make_docs/
/* hosts/amiga/mudmsgs.h
**
** Define the structure of the messages the socket-simulation uses
** for communication.
*/

struct connect_message {
  struct Message Msg;
  char *port_name;
};

struct data_message {
  struct Message Msg;
  char *buffer;
  long length;
};