From 046921da22a865addc7a6adb6abab85a3f230748 Mon Sep 17 00:00:00 2001 From: Ondrej Oprala Date: Fri, 8 Nov 2013 17:13:11 +0100 Subject: hexdump: rename struct _fu to struct hexdump_fu and remove its typedef Signed-off-by: Ondrej Oprala --- text-utils/hexdump.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'text-utils/hexdump.h') diff --git a/text-utils/hexdump.h b/text-utils/hexdump.h index 6841cf43c..b047db1a9 100644 --- a/text-utils/hexdump.h +++ b/text-utils/hexdump.h @@ -55,7 +55,7 @@ struct hexdump_pr { char *nospace; /* no whitespace version */ }; -typedef struct _fu { +struct hexdump_fu { struct list_head fulist; /* next format unit */ struct list_head prlist; /* next print unit */ #define F_IGNORE 0x01 /* %_A */ @@ -64,7 +64,7 @@ typedef struct _fu { int reps; /* repetition count */ int bcnt; /* byte count */ char *fmt; /* format string */ -} FU; +}; typedef struct _fs { /* format strings */ struct list_head fslist; /* linked list of format strings */ @@ -72,7 +72,7 @@ typedef struct _fs { /* format strings */ int bcnt; } FS; -extern FU *endfu; +extern struct hexdump_fu *endfu; extern struct list_head fshead; /* head of format strings list */ extern ssize_t blocksize; /* data block size */ extern int exitval; /* final exit value */ -- cgit v1.2.3-55-g7522