diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2023-02-04 18:36:29 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2023-02-04 18:36:51 +0100 |
commit | 4116634f4c6599d1d390dbb71c0c138291663955 (patch) | |
tree | e499e1db4a531d0290adb3450fe66568283ce249 /include | |
parent | b621d4ed5e07cdc17fee79011c21c62cd995ae2b (diff) |
libtar: internalize the declaration of read_octal
Use read_number in the places that remain.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
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); |