bluez: Fix some warnings in gstavdtputil.c
This commit is contained in:
parent
b40c4f53a7
commit
ac85a633b0
@ -28,6 +28,7 @@
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
@ -58,6 +58,7 @@ struct _GstAvdtpConnection
|
|||||||
|
|
||||||
gboolean gst_avdtp_connection_acquire (GstAvdtpConnection * conn);
|
gboolean gst_avdtp_connection_acquire (GstAvdtpConnection * conn);
|
||||||
void gst_avdtp_connection_release (GstAvdtpConnection * conn);
|
void gst_avdtp_connection_release (GstAvdtpConnection * conn);
|
||||||
|
void gst_avdtp_connection_reset (GstAvdtpConnection * conn);
|
||||||
gboolean gst_avdtp_connection_get_properties (GstAvdtpConnection * conn);
|
gboolean gst_avdtp_connection_get_properties (GstAvdtpConnection * conn);
|
||||||
GstCaps *gst_avdtp_connection_get_caps (GstAvdtpConnection * conn);
|
GstCaps *gst_avdtp_connection_get_caps (GstAvdtpConnection * conn);
|
||||||
void gst_avdtp_connection_set_device (GstAvdtpConnection * conn,
|
void gst_avdtp_connection_set_device (GstAvdtpConnection * conn,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user