xref: /haiku/src/kits/network/libnetservices2/NetServicesPrivate.h (revision 52c4471a3024d2eb81fe88e2c3982b9f8daa5e56)
1 /*
2  * Copyright 2022 Haiku Inc. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  *
5  * Authors:
6  *		Niels Sascha Reedijk, niels.reedijk@gmail.com
7  */
8 
9 #ifndef _NET_SERVICES_PRIVATE_H_
10 #define _NET_SERVICES_PRIVATE_H_
11 
12 
13 namespace BPrivate {
14 
15 namespace Network {
16 
17 
18 int32 get_netservices_request_identifier();
19 
20 
21 } // namespace Network
22 
23 } // namespace BPrivate
24 
25 #endif // _NET_SERVICES_PRIVATE_H
26