master
h 11 lines 291 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef NETDATA_WEBSOCKET_THREAD_H
4 #define NETDATA_WEBSOCKET_THREAD_H
5
6 // This file is kept for backward compatibility
7 // All contents have been moved to websocket-internal.h
8
9 #include "websocket-internal.h"
10
11 #endif // NETDATA_WEBSOCKET_THREAD_H