comparison os_support.h @ 4058:dcdf236c9909 libavformat

Delete unnecessary 'extern' keywords.
author diego
date Wed, 03 Dec 2008 15:23:30 +0000
parents 4d5d9ac28e21
children c3102b189cb6
comparison
equal deleted inserted replaced
4057:bf23e96cf362 4058:dcdf236c9909
91 #define POLLERR 0x0004 /* errors pending */ 91 #define POLLERR 0x0004 /* errors pending */
92 #define POLLHUP 0x0080 /* disconnected */ 92 #define POLLHUP 0x0080 /* disconnected */
93 #define POLLNVAL 0x1000 /* invalid file descriptor */ 93 #define POLLNVAL 0x1000 /* invalid file descriptor */
94 94
95 95
96 extern int poll(struct pollfd *fds, nfds_t numfds, int timeout); 96 int poll(struct pollfd *fds, nfds_t numfds, int timeout);
97 #endif /* HAVE_POLL_H */ 97 #endif /* HAVE_POLL_H */
98 #endif /* CONFIG_FFSERVER */ 98 #endif /* CONFIG_FFSERVER */
99 #endif /* CONFIG_NETWORK */ 99 #endif /* CONFIG_NETWORK */
100 100
101 #endif /* AVFORMAT_OS_SUPPORT_H */ 101 #endif /* AVFORMAT_OS_SUPPORT_H */