diff http.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 d34f985d6e8f
children 61062082488b
line wrap: on
line diff
--- a/http.c	Sun Mar 14 22:40:16 2010 +0000
+++ b/http.c	Sun Mar 14 23:59:48 2010 +0000
@@ -24,6 +24,7 @@
 #include "avformat.h"
 #include <unistd.h>
 #include <strings.h>
+#include "internal.h"
 #include "network.h"
 #include "os_support.h"