]> git.sesse.net Git - vlc/blobdiff - include/vlc_httpd.h
* src/extras/libc.c: Implemented a wrapper around fork() and execve()
[vlc] / include / vlc_httpd.h
index 897cf91d88683cc5394ad51e542a992eea7842b8..3c086256cc98aba7e40331cf221c1eb4df4763c7 100644 (file)
@@ -140,6 +140,10 @@ VLC_EXPORT( httpd_file_t *, httpd_FileNew, ( httpd_host_t *, const char *psz_url
 VLC_EXPORT( void,           httpd_FileDelete, ( httpd_file_t * ) );
 
 
+VLC_EXPORT( httpd_handler_t *, httpd_HandlerNew, ( httpd_host_t *, 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 * ) );
+VLC_EXPORT( void,           httpd_HandlerDelete, ( httpd_handler_t * ) );
+
+
 VLC_EXPORT( httpd_redirect_t *, httpd_RedirectNew, ( httpd_host_t *, const char *psz_url_dst, const char *psz_url_src ) );
 VLC_EXPORT( void,               httpd_RedirectDelete, ( httpd_redirect_t * ) );