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:
ben 2006-08-05 09:24:07 +00:00
parent 5a85fcf1d8
commit 105438642b
1 changed files with 5 additions and 0 deletions

View File

@ -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_ */