* Moved the shared part of NetServer.h into a new private header.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39597 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2010-11-23 21:44:37 +00:00
parent 4ac660519e
commit 60fed7e077
5 changed files with 22 additions and 14 deletions
+20
View File
@@ -0,0 +1,20 @@
/*
* Copyright 2006-2010, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Axel Dörfler, [email protected]
*/
#ifndef _NET_SERVER_H
#define _NET_SERVER_H
#define kNetServerSignature "application/x-vnd.haiku-net_server"
#define kMsgConfigureInterface 'COif'
#define kMsgConfigureResolver 'COrs'
#define kMsgJoinNetwork 'JNnw'
#define kMsgLeaveNetwork 'LVnw'
#endif // _NET_SERVER_H