X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_md5.h;h=d05126980ffacc7e6778cdc35a74339374386292;hb=5d1ad8bc46fb54274d481c17b365b7c0442febca;hp=308763f14b04bdc2431d896f562e6f65a027d7e3;hpb=1d1c5f07b38cb8a7c41fd30d41eb2147ad8961b0;p=vlc diff --git a/include/vlc_md5.h b/include/vlc_md5.h index 308763f14b..d05126980f 100644 --- a/include/vlc_md5.h +++ b/include/vlc_md5.h @@ -22,12 +22,13 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ -#if !defined( __LIBVLC__ ) - #error You are not libvlc or one of its plugins. You cannot include this file -#endif +#ifndef VLC_MD5_H +# define VLC_MD5_H -#ifndef _VLC_MD5_H -# define _VLC_MD5_H +/** + * \file + * This file defines functions and structures for handling md5 checksums + */ /***************************************************************************** * md5_s: MD5 message structure