From: RĂ©mi Denis-Courmont Date: Thu, 30 Aug 2007 21:30:07 +0000 (+0000) Subject: Forgot this file X-Git-Tag: 0.9.0-test0~6042 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6fdd1765b76ce1414cb0a1d13b790b2b26b08288;p=vlc Forgot this file --- diff --git a/include/vlc_common.h b/include/vlc_common.h index 7222e4a3b3..c91d74f4e8 100644 --- a/include/vlc_common.h +++ b/include/vlc_common.h @@ -382,7 +382,7 @@ typedef struct httpd_url_t httpd_url_t; typedef struct httpd_client_t httpd_client_t; typedef struct httpd_callback_sys_t httpd_callback_sys_t; typedef struct httpd_message_t httpd_message_t; -typedef int (*httpd_callback_t)( httpd_callback_sys_t *, httpd_client_t *, httpd_message_t *answer, httpd_message_t *query ); +typedef int (*httpd_callback_t)( httpd_callback_sys_t *, httpd_client_t *, httpd_message_t *answer, const httpd_message_t *query ); 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 );