Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
0b99d8cc
Commit
0b99d8cc
authored
Aug 04, 2005
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add stub httpd_ServerIP when httpd is not compiled
parent
aff2dc6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/misc/httpd.c
src/misc/httpd.c
+3
-1
No files found.
src/misc/httpd.c
View file @
0b99d8cc
...
...
@@ -2449,7 +2449,9 @@ int httpd_UrlCatch( httpd_url_t *a, int b, httpd_callback_t c,
httpd_callback_sys_t
*
d
){
return
0
;
}
void
httpd_UrlDelete
(
httpd_url_t
*
a
){}
char
*
httpd_ClientIP
(
httpd_client_t
*
a
){
return
0
;
}
char
*
httpd_ClientIP
(
httpd_client_t
*
cl
,
char
*
psz_ip
)
{
return
NULL
;
}
char
*
httpd_ServerIP
(
httpd_client_t
*
cl
,
char
*
psz_ip
)
{
return
NULL
;
}
void
httpd_ClientModeStream
(
httpd_client_t
*
a
){}
void
httpd_ClientModeBidir
(
httpd_client_t
*
a
){}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment