diff options
Diffstat (limited to 'src/hexdump.h')
-rw-r--r-- | src/hexdump.h | 3 |
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); |