mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user