=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/hexdump/conv.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/hexdump/conv.c 1996/06/26 05:34:17 1.2 +++ src/usr.bin/hexdump/conv.c 2001/07/12 05:17:10 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: conv.c,v 1.2 1996/06/26 05:34:17 deraadt Exp $ */ +/* $OpenBSD: conv.c,v 1.3 2001/07/12 05:17:10 deraadt Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. @@ -35,13 +35,15 @@ #ifndef lint /*static char sccsid[] = "from: @(#)conv.c 5.4 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$OpenBSD: conv.c,v 1.2 1996/06/26 05:34:17 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: conv.c,v 1.3 2001/07/12 05:17:10 deraadt Exp $"; #endif /* not lint */ #include #include +#include #include "hexdump.h" +void conv_c(pr, p) PR *pr; u_char *p; @@ -92,6 +94,7 @@ } } +void conv_u(pr, p) PR *pr; u_char *p;