2021-06-02 Fred Gleason <fredg@paravelsystems.com>

* Cleaned up compile warnings in rdgen(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-06-02 17:03:00 -04:00
parent 3fe3350310
commit 36704cbfaf
4 changed files with 63 additions and 38 deletions

View File

@@ -2,7 +2,7 @@
*
* A C Library for abstracting WAV files
*
* (C) Copyright 1997,1999-2003,2016 Fred Gleason <fredg@paravelsystems.com>
* (C) Copyright 1997-2021 Fred Gleason <fredg@paravelsystems.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -135,6 +135,7 @@ extern ssize_t WriteSword(int,unsigned);
extern ssize_t WriteDword(int,unsigned);
extern int TailTrim(char *,int);
extern int TruncWav(int,struct wavHeader *,struct wavChunk *,unsigned);
extern int CheckReturnCode(const char *msg,int code,int ok_value);
/*
* Signal Handlers