diff tcp.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 7a123cc24a81
children 395592984ef0
line wrap: on
line diff
--- a/tcp.c	Sun Mar 14 22:40:16 2010 +0000
+++ b/tcp.c	Sun Mar 14 23:59:48 2010 +0000
@@ -20,6 +20,7 @@
  */
 #include "avformat.h"
 #include <unistd.h>
+#include "internal.h"
 #include "network.h"
 #include "os_support.h"
 #if HAVE_SYS_SELECT_H