diff avio.h @ 2542:89030c7e2fa7 libavformat

*_protocol are not part of public API
author aurel
date Mon, 10 Sep 2007 18:11:13 +0000
parents a6d6b2b19341
children 1f9d02d072a7
line wrap: on
line diff
--- a/avio.h	Mon Sep 10 15:08:23 2007 +0000
+++ b/avio.h	Mon Sep 10 18:11:13 2007 +0000
@@ -254,21 +254,10 @@
 unsigned long get_checksum(ByteIOContext *s);
 void init_checksum(ByteIOContext *s, unsigned long (*update_checksum)(unsigned long c, const uint8_t *p, unsigned int len), unsigned long checksum);
 
-/* file.c */
-extern URLProtocol file_protocol;
-extern URLProtocol pipe_protocol;
-
 /* udp.c */
-extern URLProtocol udp_protocol;
 int udp_set_remote_url(URLContext *h, const char *uri);
 int udp_get_local_port(URLContext *h);
 int udp_get_file_handle(URLContext *h);
 
-/* tcp.c  */
-extern URLProtocol tcp_protocol;
-
-/* http.c */
-extern URLProtocol http_protocol;
-
 #endif