btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / add-ons / kernel / network / dns_resolver / Definitions.h
blob6aef5c09f895d44f61a68c689da46695ecb3e041
1 /*
2 * Copyright 2012 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Paweł Dziepak, pdziepak@quarnos.org
7 */
8 #ifndef DEFINITIONS_H
9 #define DEFINITIONS_H
12 const char* kPortNameReq = "dns_resolver_req";
13 const char* kPortNameRpl = "dns_resolver_rpl";
15 enum MsgCodes {
16 MsgReply,
17 MsgError,
18 MsgGetAddrInfo,
22 #endif // DEFINITIONS_H