summaryrefslogtreecommitdiffstats
path: root/text-utils/hexdump-conv.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/hexdump-conv.c')
-rw-r--r--text-utils/hexdump-conv.c4
1 files changed, 2 insertions, 2 deletions
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",