Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
ebe12068
Commit
ebe12068
authored
Sep 02, 2005
by
Cyril Deguet
Browse files
* httpd.c: added missing dummy functions
parent
e7699bc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/misc/httpd.c
View file @
ebe12068
...
...
@@ -2645,6 +2645,17 @@ httpd_file_t *httpd_FileNew( httpd_host_t *a, char *b, char *c, char *d,
char
*
e
,
httpd_file_callback_t
f
,
httpd_file_sys_t
*
g
){
return
0
;
}
httpd_handler_t
*
httpd_HandlerNew
(
httpd_host_t
*
host
,
const
char
*
psz_url
,
const
char
*
psz_user
,
const
char
*
psz_password
,
const
vlc_acl_t
*
p_acl
,
httpd_handler_callback_t
pf_fill
,
httpd_handler_sys_t
*
p_sys
)
{
return
NULL
;
}
void
httpd_HandlerDelete
(
httpd_handler_t
*
handler
)
{}
void
httpd_RedirectDelete
(
httpd_redirect_t
*
a
){}
httpd_redirect_t
*
httpd_RedirectNew
(
httpd_host_t
*
a
,
char
*
b
,
char
*
c
){
return
0
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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