Commit 16006929 authored by Youness Alaoui's avatar Youness Alaoui

move includes and add include of the agent because tcp-turn needs the...

move includes and add include of the agent because tcp-turn needs the NiceAgent and the NiceUdpTurnSocketCompatibility
parent ec7dbae5
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
#define _TCP_TURN_H #define _TCP_TURN_H
#include "socket.h" #include "socket.h"
#include "agent.h"
G_BEGIN_DECLS G_BEGIN_DECLS
......
...@@ -38,10 +38,6 @@ ...@@ -38,10 +38,6 @@
#ifndef _UDP_TURN_H #ifndef _UDP_TURN_H
#define _UDP_TURN_H #define _UDP_TURN_H
#include "socket.h"
#include "agent.h"
G_BEGIN_DECLS
typedef enum { typedef enum {
NICE_UDP_TURN_SOCKET_COMPATIBILITY_DRAFT9, NICE_UDP_TURN_SOCKET_COMPATIBILITY_DRAFT9,
...@@ -49,6 +45,12 @@ typedef enum { ...@@ -49,6 +45,12 @@ typedef enum {
NICE_UDP_TURN_SOCKET_COMPATIBILITY_MSN, NICE_UDP_TURN_SOCKET_COMPATIBILITY_MSN,
} NiceUdpTurnSocketCompatibility; } NiceUdpTurnSocketCompatibility;
#include "socket.h"
#include "agent.h"
G_BEGIN_DECLS
gint gint
nice_udp_turn_socket_parse_recv ( nice_udp_turn_socket_parse_recv (
NiceSocket *sock, NiceSocket *sock,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment