diff rtpproto.c @ 5837:d605f589f0be libavformat

move ff_url_split() and ff_url_join() declarations to internal.h those functions are not part of the public API
author aurel
date Sun, 14 Mar 2010 23:59:48 +0000
parents 1851c2275530
children 395592984ef0
line wrap: on
line diff
--- a/rtpproto.c	Sun Mar 14 22:40:16 2010 +0000
+++ b/rtpproto.c	Sun Mar 14 23:59:48 2010 +0000
@@ -30,6 +30,7 @@
 
 #include <unistd.h>
 #include <stdarg.h>
+#include "internal.h"
 #include "network.h"
 #include "os_support.h"
 #include <fcntl.h>