X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fcontrol%2Fhttp%2Fhttp.h;h=3b2381b8479214916b3c6e2c3e67184bcb1e6df9;hb=310ee0ade872dac618afb9dfade2ca2edb4a62e4;hp=f069ee44a41c1ced742e9bb07c418daede9d6488;hpb=6094cb67f2c5511ced2f818c0abf242c549331a8;p=vlc diff --git a/modules/control/http/http.h b/modules/control/http/http.h index f069ee44a4..3b2381b847 100644 --- a/modules/control/http/http.h +++ b/modules/control/http/http.h @@ -39,18 +39,16 @@ #include #include /* for fullscreen */ -#include "vlc_httpd.h" -#include "vlc_vlm.h" -#include "vlc_network.h" -#include "vlc_acl.h" -#include "vlc_charset.h" +#include +#include +#include +#include +#include #ifdef HAVE_SYS_STAT_H # include #endif -#ifdef HAVE_ERRNO_H -# include -#endif +#include #ifdef HAVE_FCNTL_H # include #endif @@ -303,7 +301,7 @@ void Execute( httpd_file_sys_t *p_args, /** * Core stuff */ -/** \struct +/** \struct httpd_file_sys_t * This structure represent a single HTML file to be parsed by the macros * handling engine */ struct httpd_file_sys_t @@ -323,7 +321,7 @@ struct httpd_file_sys_t mvar_t *vars; }; -/** \struct +/** \struct http_association_t * Structure associating an extension to an external program */ typedef struct http_association_t @@ -333,7 +331,7 @@ typedef struct http_association_t char **ppsz_argv; } http_association_t; -/** \struct +/** \struct httpd_handler_sys_t * This structure represent a single CGI file to be parsed by the macros * handling engine */ struct httpd_handler_sys_t @@ -346,7 +344,7 @@ struct httpd_handler_sys_t http_association_t *p_association; }; -/** \struct +/** \struct intf_sys_t * Internal service structure for the HTTP interface */ struct intf_sys_t