/* * udp.h * * Written by Archie Cobbs * Copyright (c) 1995-1999 Whistle Communications, Inc. All rights reserved. * See ``COPYRIGHT.whistle'' */ #ifndef _UDP_H_ #define _UDP_H_ #include "command.h" #include "phys.h" /* * VARIABLES */ extern const struct cmdtab UdpSetCmds[]; extern const struct phystype gUdpPhysType; #endif