* nlmconv.c: Fix warnings about unused attributes and function
prototypes. * strings.c: Add prototype for get_char.
This commit is contained in:
parent
f51e552e0e
commit
1d50f91e28
3 changed files with 19 additions and 10 deletions
|
@ -136,6 +136,8 @@ static void print_strings PARAMS ((const char *filename, FILE *stream,
|
|||
file_ptr address, int stop_point,
|
||||
int magiccount, char *magic));
|
||||
static void usage PARAMS ((FILE *stream, int status));
|
||||
static long get_char PARAMS ((FILE *stream, file_ptr *address,
|
||||
int *magiccount, char **magic));
|
||||
|
||||
int
|
||||
main (argc, argv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue