X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fcontrol%2Fhttp%2Fmacros.h;h=4cddf7c2bd80b0504d88c25fd2935dda90d682c3;hb=9dc1a1ae673fbe4c9519de2e794e5855b15bff8a;hp=d2a85dc50e0cf2777302a5331df4b8cb66a9d783;hpb=93b017cb4aea3ea5d80147e8c80b0199375427ee;p=vlc diff --git a/modules/control/http/macros.h b/modules/control/http/macros.h index d2a85dc50e..4cddf7c2bd 100644 --- a/modules/control/http/macros.h +++ b/modules/control/http/macros.h @@ -2,7 +2,7 @@ * macros.h : Macros mapping for the HTTP interface ***************************************************************************** * Copyright (C) 2001-2005 the VideoLAN team - * $Id: http.c 12225 2005-08-18 10:01:30Z massiot $ + * $Id$ * * Authors: Gildas Bazin * Laurent Aimar @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ #include "http.h" @@ -76,7 +76,7 @@ enum macroType /* Static mapping of macros type to macro strings */ static struct { - char *psz_name; + const char *psz_name; int i_type; } StrToMacroTypeTab [] =