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
13namespace BPrivate {
14
15namespace Network {
16
17
18int32 get_netservices_request_identifier();
19
20
21} // namespace Network
22
23} // namespace BPrivate
24
25#endif // _NET_SERVICES_PRIVATE_H
26