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
Restore the "GPL licensing not permitted" in GLUT license headers.
[haiku.git]
/
headers
/
os
/
NetKit.h
blob
fb8e0cd42a176f42c41203ea4a512135db59c2ee
1
/*
2
* Copyright 2008, Haiku Inc. All Rights Reserved.
3
* Distributed under the terms of the MIT License.
4
*/
5
#ifndef _NET_KIT_H_
6
#define _NET_KIT_H_
7
8
#include <netdb.h>
9
#include <netinet/in.h>
10
#include <sys/socket.h>
11
12
#include <NetAddress.h>
13
#include <NetBuffer.h>
14
#include <NetEndpoint.h>
15
16
#endif
// _NET_KIT_H_