From 4c73d29c06a858d5cbbe314df570ac03695fae3f Mon Sep 17 00:00:00 2001 From: Ondrej Oprala Date: Fri, 8 Nov 2013 17:13:10 +0100 Subject: hexdump: Rename struct _pr to struct hexdump_pr and remove it's typedef Signed-off-by: Ondrej Oprala --- text-utils/hexdump-conv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'text-utils/hexdump-conv.c') diff --git a/text-utils/hexdump-conv.c b/text-utils/hexdump-conv.c index e17acc4fe..0c4f15fa0 100644 --- a/text-utils/hexdump-conv.c +++ b/text-utils/hexdump-conv.c @@ -38,7 +38,7 @@ #include "xalloc.h" void -conv_c(PR *pr, u_char *p) +conv_c(struct hexdump_pr *pr, u_char *p) { char *buf = NULL; char const *str; @@ -85,7 +85,7 @@ strpr: *pr->cchar = 's'; } void -conv_u(PR *pr, u_char *p) +conv_u(struct hexdump_pr *pr, u_char *p) { static const char *list[] = { "nul", "soh", "stx", "etx", "eot", "enq", "ack", "bel", -- cgit v1.2.3-55-g7522