X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmisc%2Ftests.c;h=4ffb2c4a8ed0dfe52dd89100b5facb3c15decdcb;hb=440f9992ee947ea5fd0debbf35fdd1011c6404b3;hp=1c2265a88cab95e0363d21499722a57407ada345;hpb=4f551c2bf0d189405e96cbbb8234ed3edd9d6d3e;p=vlc diff --git a/src/misc/tests.c b/src/misc/tests.c index 1c2265a88c..4ffb2c4a8e 100644 --- a/src/misc/tests.c +++ b/src/misc/tests.c @@ -3,7 +3,7 @@ * Functions are prototyped in tests.h. ***************************************************************************** * Copyright (C) 2000 VideoLAN - * $Id: tests.c,v 1.5 2001/03/21 13:42:34 sam Exp $ + * $Id: tests.c,v 1.7 2001/05/30 17:03:12 sam Exp $ * * Authors: Samuel Hocevar * @@ -27,6 +27,8 @@ *****************************************************************************/ #include "defs.h" +#include /* memcpy(), memset() */ + #include "config.h" #include "common.h" @@ -35,14 +37,6 @@ #include "main.h" -/***************************************************************************** - * TestVersion: tests if the given string equals the current version - *****************************************************************************/ -int TestVersion( char * psz_version ) -{ - return( !strcmp( psz_version, VERSION ) ); -} - /***************************************************************************** * TestProgram: tests if the given string equals the program name *****************************************************************************/