From 9686df2be543b740ec71e6ef633f312b8592813f Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 3 Dec 2008 15:23:30 +0000 Subject: Delete unnecessary 'extern' keywords. Originally committed as revision 15990 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/os_support.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/os_support.h') diff --git a/libavformat/os_support.h b/libavformat/os_support.h index 2fd3112b7e..0b6a292d6d 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -93,7 +93,7 @@ struct pollfd { #define POLLNVAL 0x1000 /* invalid file descriptor */ -extern int poll(struct pollfd *fds, nfds_t numfds, int timeout); +int poll(struct pollfd *fds, nfds_t numfds, int timeout); #endif /* HAVE_POLL_H */ #endif /* CONFIG_FFSERVER */ #endif /* CONFIG_NETWORK */ -- cgit v1.2.3