Fixed some function headers to make them compile with gcc 3.x

This commit is contained in:
Klaus Schmidinger
2002-05-18 08:57:42 +02:00
parent a5c2af7277
commit 7da1dc6e1d
5 changed files with 21 additions and 7 deletions

10
HISTORY
View File

@@ -1286,7 +1286,13 @@ Video Disk Recorder Revision History
- Improved the [eid]syslog() macros, so that the LOG_... macros don't need to be
given any more.
2002-05-17: Version 1.1.3
2002-05-18: Version 1.0.3
- Updated 'Premiere Sport 2' in channels.conf (thanks to Rudi Hofer).
- Fixed some function headers to make them compile with gcc 3.x (thanks to
Gregoire Favre).
2002-05-18: Version 1.1.3
- Improved the VDR Makefile to avoid a warning if the '.dependencies' file does
not exist, and also using $(MAKE) to call recursive makes.
@@ -1296,3 +1302,5 @@ Video Disk Recorder Revision History
- Improved the plugin Makefile to avoid a warning if the '.dependencies' file does
not exist, and also using $(shell...) to get the version numbers. If you already have
started a plugin project, you may want to change this in your Makefile accordingly.
- Fixed some function headers to make them compile with gcc 3.x (thanks to
Gregoire Favre).