diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tar/format.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tar/format.h b/include/tar/format.h index 9f60ef3..c8db967 100644 --- a/include/tar/format.h +++ b/include/tar/format.h @@ -89,8 +89,6 @@ typedef struct { extern "C" { #endif -int read_octal(const char *str, int digits, sqfs_u64 *out); - int read_number(const char *str, int digits, sqfs_u64 *out); unsigned int tar_compute_checksum(const tar_header_t *hdr); |