60fed7e077
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39597 a95241bf-73f2-0310-859d-f6bbb57e9c96
21 lines
452 B
C
21 lines
452 B
C
/*
|
|
* Copyright 2006-2010, Haiku, Inc. All Rights Reserved.
|
|
* Distributed under the terms of the MIT License.
|
|
*
|
|
* Authors:
|
|
* Axel Dörfler, axeld@pinc-software.de
|
|
*/
|
|
#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
|