mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Changed C++ style comments in libdtv into C style to avoid warnings in gcc 3.x
This commit is contained in:
@@ -1,29 +1,30 @@
|
||||
//////////////////////////////////////////////////////////////
|
||||
/// ///
|
||||
/// xListFuncs.c: list handling functions of liblx ///
|
||||
/// ///
|
||||
//////////////////////////////////////////////////////////////
|
||||
|
||||
// $Revision: 1.1 $
|
||||
// $Date: 2001/06/25 12:29:47 $
|
||||
// $Author: hakenes $
|
||||
//
|
||||
// (C) 1992-2001 Rolf Hakenes <hakenes@hippomi.de>, under the GNU GPL.
|
||||
//
|
||||
// liblx is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation; either version 2, or (at your option)
|
||||
// any later version.
|
||||
//
|
||||
// liblx is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You may have received a copy of the GNU General Public License
|
||||
// along with liblx; see the file COPYING. If not, write to the
|
||||
// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
// Boston, MA 02111-1307, USA.
|
||||
/*
|
||||
*
|
||||
* xListFuncs.c: list handling functions of liblx
|
||||
*
|
||||
*
|
||||
* $Revision: 1.1 $
|
||||
* $Date: 2001/08/15 10:00:00 $
|
||||
* $Author: hakenes $
|
||||
*
|
||||
* (C) 1992-2001 Rolf Hakenes <hakenes@hippomi.de>, under the GNU GPL.
|
||||
*
|
||||
* liblx is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* liblx is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You may have received a copy of the GNU General Public License
|
||||
* along with liblx; see the file COPYING. If not, write to the
|
||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "liblx.h"
|
||||
|
Reference in New Issue
Block a user