]> git.sesse.net Git - vlc/commitdiff
Forgot this file
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 30 Aug 2007 21:30:07 +0000 (21:30 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 30 Aug 2007 21:30:07 +0000 (21:30 +0000)
include/vlc_common.h

index 7222e4a3b3b76c74c37eeca220420740989a06e6..c91d74f4e832af778493108defa1a2fc68a3ff71 100644 (file)
@@ -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 );