File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mpd / src / udp.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:32:47 2012 UTC (12 years, 10 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision


/*
 * udp.h
 *
 * Written by Alexander Motin <mav@FreeBSD.org>
 */

#ifndef _UDP_H_
#define	_UDP_H_

#include "command.h"
#include "phys.h"

/*
 * VARIABLES
 */

  extern const struct cmdtab	UdpSetCmds[];
  extern const struct phystype	gUdpPhysType;

#endif



FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>