master
h 12 lines 243 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef NETDATA_PULSE_DAEMON_H
4 #define NETDATA_PULSE_DAEMON_H
5
6 #include "daemon/common.h"
7
8 #if defined(PULSE_INTERNALS)
9 void pulse_daemon_do(bool extended);
10 #endif
11
12 #endif //NETDATA_PULSE_DAEMON_H