* nlmconv.c: Fix warnings about unused attributes and function

prototypes.

	* strings.c: Add prototype for get_char.
This commit is contained in:
Andreas Jaeger 2001-09-24 06:07:52 +00:00
parent f51e552e0e
commit 1d50f91e28
3 changed files with 19 additions and 10 deletions

View file

@ -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)