|
1
|
// SPDX-License-Identifier: GPL-3.0-or-later |
|
2
|
|
|
3
|
#ifndef NETDATA_WINDOWS_API_H |
|
4
|
#define NETDATA_WINDOWS_API_H |
|
5
|
|
|
6
|
#if defined(OS_WINDOWS) |
|
7
|
|
|
8
|
#include <stdbool.h> |
|
9
|
|
|
10
|
char *netdata_win_local_interface(); |
|
11
|
char *netdata_win_local_ip(); |
|
12
|
|
|
13
|
#endif |
|
14
|
|
|
15
|
#endif //NETDATA_WINDOWS_API_H |