mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
missing ifndef/define/endif couple in udp header
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19338 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5a85fcf1d8
commit
105438642b
@ -17,4 +17,9 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifndef _UDP_H_
|
||||
#define _UDP_H_
|
||||
|
||||
int udp_open_socket (URL_t *url);
|
||||
|
||||
#endif /* _UDP_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user