summaryrefslogtreecommitdiff
path: root/agent/address.c
diff options
context:
space:
mode:
Diffstat (limited to 'agent/address.c')
-rw-r--r--agent/address.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/agent/address.c b/agent/address.c
index 5dad589..e1cc442 100644
--- a/agent/address.c
+++ b/agent/address.c
@@ -88,6 +88,9 @@ inet_ntop_win32 (int af, const void *src, char *dst, socklen_t cnt)
#endif
+NICEAPI_EXPORT
+G_DEFINE_BOXED_TYPE (NiceAddress, nice_address, nice_address_dup,
+ nice_address_free);
NICEAPI_EXPORT void
nice_address_init (NiceAddress *addr)