suppress warnings about easch <applet>_main() having
no preceding prototype
This commit is contained in:
@@ -193,6 +193,7 @@ static int complement(char *buffer, int buffer_len)
|
||||
return ix;
|
||||
}
|
||||
|
||||
int tr_main(int argc, char **argv);
|
||||
int tr_main(int argc, char **argv)
|
||||
{
|
||||
unsigned char *ptr;
|
||||
|
Reference in New Issue
Block a user