[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
include
/
linux
/
dvb
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 audio.h
4,959 B
SET
[ EDIT ]
|
[ DEL ]
📄 ca.h
4,247 B
SET
[ EDIT ]
|
[ DEL ]
📄 dmx.h
10,177 B
SET
[ EDIT ]
|
[ DEL ]
📄 frontend.h
29,244 B
SET
[ EDIT ]
|
[ DEL ]
📄 net.h
2,127 B
SET
[ EDIT ]
|
[ DEL ]
📄 osd.h
5,761 B
SET
[ EDIT ]
|
[ DEL ]
📄 version.h
1,082 B
SET
[ EDIT ]
|
[ DEL ]
📄 video.h
8,793 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: version.h
/* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */ /* * version.h * * Copyright (C) 2000 Holger Waechtler <holger@convergence.de> * for convergence integrated media GmbH * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 * of the License, or (at your option) any later version. * * This program 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 should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * */ #ifndef _DVBVERSION_H_ #define _DVBVERSION_H_ #define DVB_API_VERSION 5 #define DVB_API_VERSION_MINOR 11 #endif /*_DVBVERSION_H_*/