summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ice.h1
-rw-r--r--include/peerconn.h4
2 files changed, 3 insertions, 2 deletions
diff --git a/include/ice.h b/include/ice.h
index 0f929f7..f2e6364 100644
--- a/include/ice.h
+++ b/include/ice.h
@@ -55,6 +55,7 @@ typedef struct {
// ICE base
typedef struct {
+ int _;
} ice_base_t;
// ICE component
diff --git a/include/peerconn.h b/include/peerconn.h
index 63e83ce..fcc56e6 100644
--- a/include/peerconn.h
+++ b/include/peerconn.h
@@ -50,8 +50,8 @@ typedef struct urtc_peerconn {
ice_agent_t *agent;
// Local and remote session descriptions
- urtc_sdp_t *ldesc;
- urtc_sdp_t *rdesc;
+ sdp_t *ldesc;
+ sdp_t *rdesc;
// Event callbacks
void (*onIceCandidate)(const char *cand, void *arg);