summaryrefslogtreecommitdiffstats
path: root/src/hexdump.h
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-08-10 12:23:54 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-08-10 12:23:54 +0200
commitadbe2dabadda68ca64ce1f7ed6ef675bc76fd52e (patch)
treea757c4b38b7f4881f8f27d38afac8d266397ff1d /src/hexdump.h
parent4b7769a67d45dc716e61f8850c957642b3e09de1 (diff)
download0xFFFF-adbe2dabadda68ca64ce1f7ed6ef675bc76fd52e.tar.bz2
Remove old hexdup.c code
Diffstat (limited to 'src/hexdump.h')
-rw-r--r--src/hexdump.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hexdump.h b/src/hexdump.h
deleted file mode 100644
index b28462c..0000000
--- a/src/hexdump.h
+++ /dev/null
@@ -1,3 +0,0 @@
-char getprintablechar(char a);
-int is_printable (int c);
-void dump_bytes(unsigned char *buf, int len);