master
h 15 lines 362 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef NETDATA_PULSE_SQLITE3_H
4 #define NETDATA_PULSE_SQLITE3_H
5
6 #include "daemon/common.h"
7
8 void pulse_sqlite3_query_completed(bool success, bool busy, bool locked);
9 void pulse_sqlite3_row_completed(void);
10
11 #if defined(PULSE_INTERNALS)
12 void pulse_sqlite3_do(bool extended);
13 #endif
14
15 #endif //NETDATA_PULSE_SQLITE3_H