X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_md5.h;h=5cd1f9f4cf6660b11302f6b31aaab144f527f8fc;hb=8b0a99732dbbb53cf2650d395625b81e0ea8ee48;hp=c4a79ca6ddb3827982039e7a5095d414de660bf9;hpb=30efcc2bae6e7968b1c87f9cb6dc29404232e08a;p=vlc diff --git a/include/vlc_md5.h b/include/vlc_md5.h index c4a79ca6dd..5cd1f9f4cf 100644 --- a/include/vlc_md5.h +++ b/include/vlc_md5.h @@ -1,7 +1,7 @@ /***************************************************************************** * vlc_md5.h: MD5 hash ***************************************************************************** - * Copyright (C) 2004-2005 VideoLAN + * Copyright (C) 2004-2005 the VideoLAN team * $Id$ * * Authors: Jon Lech Johansen @@ -19,7 +19,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. *****************************************************************************/ #ifndef _VLC_MD5_H @@ -41,6 +41,6 @@ struct md5_s VLC_EXPORT(void, InitMD5, ( struct md5_s * ) ); VLC_EXPORT(void, AddMD5, ( struct md5_s *, const uint8_t *, uint32_t ) ); VLC_EXPORT(void, EndMD5, ( struct md5_s * ) ); -VLC_EXPORT(void, Digest, ( struct md5_s *, uint32_t * ) ); +VLC_EXPORT(void, DigestMD5, ( struct md5_s *, uint32_t * ) ); #endif