/*
 * tcp.h
 *
 * Written by Archie Cobbs <archie@freebsd.org>
 * Copyright (c) 1995-1999 Whistle Communications, Inc. All rights reserved.
 * See ``COPYRIGHT.whistle''
 */

#ifndef _TCP_H_
#define	_TCP_H_

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

/*
 * VARIABLES
 */

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

#endif




syntax highlighted by Code2HTML, v. 0.9.1