summaryrefslogtreecommitdiff
path: root/util/hexdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/hexdump.c')
-rw-r--r--util/hexdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/hexdump.c b/util/hexdump.c
index 0d0efc86de..969b3406c0 100644
--- a/util/hexdump.c
+++ b/util/hexdump.c
@@ -15,7 +15,7 @@
#include "qemu-common.h"
-void hexdump(const char *buf, FILE *fp, const char *prefix, size_t size)
+void qemu_hexdump(const char *buf, FILE *fp, const char *prefix, size_t size)
{
unsigned int b;