repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BPicture: Fix archive constructor.
[haiku.git]
/
src
/
add-ons
/
kernel
/
network
/
stack
/
link.h
blob
cbd24000f0e37a9390bef7a0dd0cbbffcab416fd
1
/*
2
* Copyright 2006, Haiku, Inc. All Rights Reserved.
3
* Distributed under the terms of the MIT License.
4
*
5
* Authors:
6
* Axel Dörfler, axeld@pinc-software.de
7
*/
8
#ifndef LINK_H
9
#define LINK_H
10
11
12
#include <net_protocol.h>
13
14
15
extern
net_protocol_module_info gLinkModule
;
16
17
void
link_init
();
18
19
#endif
// LINK_H