X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=include%2Fvlc_httpd.h;h=e21ee634e5389a47c1291c9fce29e47c2660442a;hp=a402eef079f9e23fbc0b511008debfdeacdf6e0c;hb=4097f9fab377dcd64d55da8d0a2b0478ef26f871;hpb=4aa2cbe41bb61d3c000681b8829912b79b779a9f diff --git a/include/vlc_httpd.h b/include/vlc_httpd.h index a402eef079..e21ee634e5 100644 --- a/include/vlc_httpd.h +++ b/include/vlc_httpd.h @@ -102,17 +102,6 @@ struct httpd_message_t }; -/* I keep the definition here, easier than looking at vlc_common.h - - * answer could be null, int this case no answer is requested -typedef int (*httpd_callback_t)( httpd_callback_sys_t *, httpd_client_t *, httpd_message_t *answer, httpd_message_t *query ); -typedef struct httpd_callback_sys_t httpd_callback_sys_t; - -typedef struct httpd_file_t httpd_file_t; -typedef struct httpd_file_sys_t httpd_file_sys_t; -typedef int (*httpd_file_callback_t)( httpd_file_sys_t*, httpd_file_t *, uint8_t *psz_request, uint8_t **pp_data, int *pi_data ); -*/ - /* create a new host */ VLC_EXPORT( httpd_host_t *, httpd_HostNew, ( vlc_object_t *, const char *psz_host, int i_port ) ); VLC_EXPORT( httpd_host_t *, httpd_TLSHostNew, ( vlc_object_t *, const char *, int, const char *, const char *, const char *, const char * ) );