diff 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
line wrap: on
line diff
--- a/os_support.h	Wed Dec 03 13:53:13 2008 +0000
+++ b/os_support.h	Wed Dec 03 15:23:30 2008 +0000
@@ -93,7 +93,7 @@
 #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 */