From fd6b7a7ffc50400704beb41d5a23af5f9edb1eed Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 7 Dec 2006 00:25:34 +0100 Subject: Imported from util-linux-2.7.1 tarball. --- text-utils/conv.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'text-utils/conv.c') diff --git a/text-utils/conv.c b/text-utils/conv.c index c7a37a2b4..e2e9690af 100644 --- a/text-utils/conv.c +++ b/text-utils/conv.c @@ -35,13 +35,12 @@ static char sccsid[] = "@(#)conv.c 5.4 (Berkeley) 6/1/90"; #endif /* not lint */ -#include +#include #include +#include #include "hexdump.h" -conv_c(pr, p) - PR *pr; - u_char *p; +void conv_c(PR *pr, u_char *p) { extern int deprecated; char buf[10], *str; @@ -89,9 +88,7 @@ strpr: *pr->cchar = 's'; } } -conv_u(pr, p) - PR *pr; - u_char *p; +void conv_u(PR *pr, u_char *p) { extern int deprecated; static char *list[] = { -- cgit v1.2.3-55-g7522