summaryrefslogtreecommitdiff
path: root/modules/gdnative/include/net/godot_webrtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/include/net/godot_webrtc.h')
-rw-r--r--modules/gdnative/include/net/godot_webrtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdnative/include/net/godot_webrtc.h b/modules/gdnative/include/net/godot_webrtc.h
index 25aa72dae1..62b7e3c2c5 100644
--- a/modules/gdnative/include/net/godot_webrtc.h
+++ b/modules/gdnative/include/net/godot_webrtc.h
@@ -101,6 +101,7 @@ typedef struct {
int (*get_max_retransmits)(const void *);
const char *(*get_protocol)(const void *);
bool (*is_negotiated)(const void *);
+ int (*get_buffered_amount)(const void *);
godot_error (*poll)(void *);
void (*close)(void *);