From 4116634f4c6599d1d390dbb71c0c138291663955 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 4 Feb 2023 18:36:29 +0100 Subject: libtar: internalize the declaration of read_octal Use read_number in the places that remain. Signed-off-by: David Oberhollenzer --- include/tar/format.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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); -- cgit v1.2.3