From 7afce21a30355068a4bdd186b44d79dd37d94937 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 14 Apr 2023 14:07:43 -0300 Subject: Cleanup repo, reinit in sh --- src/tar.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/tar.h (limited to 'src/tar.h') diff --git a/src/tar.h b/src/tar.h deleted file mode 100644 index ce1b1fb..0000000 --- a/src/tar.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef GISTATIC_TAR_H -#define GISTATIC_TAR_H - -#include - -int -tarball_write_from_directory( - const FILE *const fd, - const char *const directory_path -); - -#ifdef TEST -void -unit_tests_tar(void); -#endif - -#endif -- cgit v1.2.3