Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/11/1997 06:30:01
mikel
Thu Jul 10 23:28:31 PDT 1997
Update of /cvsroot/src/usr.bin/hexdump
In directory netbsd1:/var/slash-tmp/cvs-serv12148

Modified Files:
	hexdump.h conv.c display.c hexdump.c hexsyntax.c odsyntax.c 
	parse.c 
Log Message:
add explicit return types to many functions
pull global variable declarations and function prototypes into hexdump.h
add #includes where necessary for prototypes
replace index() with strchr(), const-poison static string vars, etc.