Commit 38dfc8db authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* forgot this file in the vlc_b64_encode patch
parent fcda0b5d
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
***************************************************************************** *****************************************************************************
* Open a TCP connection and return a handle * Open a TCP connection and return a handle
*****************************************************************************/ *****************************************************************************/
int __net_OpenTCP( vlc_object_t *p_this, char *psz_host, int i_port ) int __net_OpenTCP( vlc_object_t *p_this, const char *psz_host, int i_port )
{ {
vlc_value_t val; vlc_value_t val;
void *private; void *private;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment