diff options
Diffstat (limited to 'web/rtc/webrtc.h')
-rw-r--r-- | web/rtc/webrtc.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/web/rtc/webrtc.h b/web/rtc/webrtc.h deleted file mode 100644 index 871fa4695..000000000 --- a/web/rtc/webrtc.h +++ /dev/null @@ -1,12 +0,0 @@ -// SPDX-License-Identifier: GPL-3.0-or-later - -#ifndef NETDATA_WEBRTC_H -#define NETDATA_WEBRTC_H - -#include "../../libnetdata/libnetdata.h" - -int webrtc_new_connection(const char *sdp, BUFFER *wb); -void webrtc_close_all_connections(); -void webrtc_initialize(); - -#endif //NETDATA_WEBRTC_H |