Corrected prototypes for main per Ralf Corsepius' report of warnings

generated when egcs is used with "-Wall -pedantic".
This commit is contained in:
Joel Sherrill
1998-01-21 16:50:18 +00:00
parent 972dc40ea7
commit 419fdf1248
12 changed files with 48 additions and 20 deletions

View File

@@ -388,7 +388,10 @@ Rec_vitals *formats[] =
*
*******************************************************************************/
void main( void )
int main(
int argc,
char **argv
)
{
char inbuff[ MAX_LINE_SIZE ], outbuff[ MAX_LINE_SIZE ];