]> git.sesse.net Git - vlc/blobdiff - include/vlc_httpd.h
Add some const qualifiers
[vlc] / include / vlc_httpd.h
index 9552c13ccc9c4411cd300d8a452e16492196f512..e01e4d1006d0ac3fa4e315cd3e12143bdb2541e6 100644 (file)
@@ -141,7 +141,7 @@ VLC_EXPORT( int,              httpd_StreamSend,   ( httpd_stream_t *, uint8_t *p
 VLC_EXPORT( void,         httpd_MsgInit, ( httpd_message_t * )  );
 VLC_EXPORT( void,         httpd_MsgAdd, ( httpd_message_t *, const char *psz_name, const char *psz_value, ... ) );
 /* return "" if not found. The string is not allocated */
-VLC_EXPORT( const char *, httpd_MsgGet, ( httpd_message_t *, const char *psz_name ) );
+VLC_EXPORT( const char *, httpd_MsgGet, ( const httpd_message_t *, const char *psz_name ) );
 VLC_EXPORT( void,         httpd_MsgClean, ( httpd_message_t * ) );
 
 #endif /* _VLC_HTTPD_H */