X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_block_helper.h;h=e5e160dd1112e534c7346816e02dbd411583b571;hb=c638a67c52980404d2aa6f6851b455743a898820;hp=9b7ff65bc5cf180b815207f2063d667f46676735;hpb=85b29bdc288a1573d43bd524908be5748a9b3640;p=vlc diff --git a/include/vlc_block_helper.h b/include/vlc_block_helper.h index 9b7ff65bc5..e5e160dd11 100644 --- a/include/vlc_block_helper.h +++ b/include/vlc_block_helper.h @@ -1,7 +1,7 @@ /***************************************************************************** * vlc_block_helper.h: Helper functions for data blocks management. ***************************************************************************** - * Copyright (C) 2003 VideoLAN (Centrale Réseaux) and its contributors + * Copyright (C) 2003 the VideoLAN team * $Id$ * * Authors: Gildas Bazin @@ -18,12 +18,14 @@ * * 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. *****************************************************************************/ #ifndef _VLC_BLOCK_HELPER_H #define _VLC_BLOCK_HELPER_H 1 +#include + typedef struct block_bytestream_t { block_t *p_chain;