File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mpd / src / tcp.h
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:39:23 2021 UTC (3 years, 2 months ago) by misho
Branches: mpd, MAIN
CVS tags: v5_9p16, v5_9, HEAD
mpd 5.9


/*
 * 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>