X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Ftests.h;h=8e545e18c9f3483399c34c2dd49707acb5de721e;hb=7027d05faf8c26959d4bfd3572afe6425a0662aa;hp=ef66c974b909b938858b1b3a0aa69c12fa4cc671;hpb=db7b0421d56a60916f852b811d1b9914d84b15d2;p=vlc diff --git a/include/tests.h b/include/tests.h index ef66c974b9..8e545e18c9 100644 --- a/include/tests.h +++ b/include/tests.h @@ -2,7 +2,7 @@ * tests.h: several test functions needed by the plugins ***************************************************************************** * Copyright (C) 1996, 1997, 1998, 1999, 2000 VideoLAN - * $Id: tests.h,v 1.10 2001/05/14 15:58:03 reno Exp $ + * $Id: tests.h,v 1.11 2001/05/30 17:03:11 sam Exp $ * * Authors: Samuel Hocevar * @@ -34,8 +34,7 @@ /***************************************************************************** * TestVersion: tests if the given string equals the current version *****************************************************************************/ -int TestVersion ( char * psz_version ); -int TestProgram ( char * psz_program ); -int TestMethod ( char * psz_var, char * psz_method ); -int TestCPU ( int i_capabilities ); +int TestProgram ( char * ); +int TestMethod ( char *, char * ); +int TestCPU ( int );