X-Git-Url: http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=include%2Fvlc_objects.h;h=f1e4757e9c23b15c5c205da6e7862ad5f5b4a8f8;hp=956e595e198142203c4cbd1250578762930bdb5b;hb=312754c3a2ac0665983fde5590adeb07df5e5085;hpb=84aaa859bccb42e1f0967ff8d3486ad6473a2ac0 diff --git a/include/vlc_objects.h b/include/vlc_objects.h index 956e595e19..f1e4757e9c 100644 --- a/include/vlc_objects.h +++ b/include/vlc_objects.h @@ -2,7 +2,7 @@ * vlc_objects.h: vlc_object_t definition. ***************************************************************************** * Copyright (C) 2002 VideoLAN - * $Id: vlc_objects.h,v 1.15 2003/01/27 17:41:01 ipkiss Exp $ + * $Id: vlc_objects.h,v 1.16 2003/02/23 19:07:02 fenrir Exp $ * * Authors: Samuel Hocevar * @@ -33,6 +33,8 @@ #define VLC_OBJECT_VOUT (-9) #define VLC_OBJECT_AOUT (-10) #define VLC_OBJECT_SOUT (-11) +#define VLC_OBJECT_HTTPD (-12) + #define VLC_OBJECT_GENERIC (-666) /* Object search mode */