From 7eba689db1fbee19d5e11081f741e4bd9a19b69f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 22 Aug 2021 13:28:34 -0300 Subject: src/: s/tarzify/tarball_write_from_directory/g --- src/tar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tar.h') diff --git a/src/tar.h b/src/tar.h index 933fbf2..181b7bb 100644 --- a/src/tar.h +++ b/src/tar.h @@ -1,7 +1,7 @@ #ifndef GISTATIC_TAR_H #define GISTATIC_TAR_H -int tarzify(const char *const directory_path); +int write_tarball_from_directory(const char *const directory_path); #ifdef TEST void unit_tests_tar(void); -- cgit v1.2.3