Atlas 0.7.0
Networking protocol for the Worldforge system.
Loopback.h
1// This file may be redistributed and modified only under the terms of
2// the GNU Lesser General Public License (See COPYING for details).
3// Copyright (C) 2000 Michael Day
4
5// $Id$
6
7#ifndef ATLAS_NET_LOOPBACK_H
8#define ATLAS_NET_LOOPBACK_H
9
10#include <Atlas/Bridge.h>
11
12namespace Atlas { namespace Net {
13
14void loopback(Bridge*, Bridge*, Bridge*&, Bridge*&);
15
16} } // namespace Atlas::Net
17
18#endif
Definition: Bridge.h:20