/** Copyright 2006, Haiku, Inc. All Rights Reserved.* Distributed under the terms of the MIT License.** Authors:* Axel DΓΆrfler, axeld@pinc-software.de*/#ifndef LINK_H#define LINK_H#include <net_protocol.h>extern net_protocol_module_info gLinkModule;void link_init();#endif // LINK_H