File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mpd / src / tcp.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Jul 22 08:44:29 2013 UTC (10 years, 11 months ago) by misho
Branches: mpd, MAIN
CVS tags: v5_8p7, v5_8p1_cross, v5_8p1, v5_8, v5_7p0, v5_7, v5_6, HEAD
5.7


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

#ifndef _TCP_H_
#define	_TCP_H_

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

/*
 * VARIABLES
 */

  extern const struct cmdtab	TcpSetCmds[];
  extern const struct phystype	gTcpPhysType;

#endif



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