diff options
author | EuAndreh <eu@euandre.org> | 2023-04-14 14:07:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-14 14:08:18 -0300 |
commit | 7afce21a30355068a4bdd186b44d79dd37d94937 (patch) | |
tree | 13dbb2350efc192a64ee7e738d5d4dd343fa789b /src/tar.h | |
parent | rm -rf aux/ (diff) | |
download | gistatic-7afce21a30355068a4bdd186b44d79dd37d94937.tar.gz gistatic-7afce21a30355068a4bdd186b44d79dd37d94937.tar.xz |
Cleanup repo, reinit in sh
Diffstat (limited to 'src/tar.h')
-rw-r--r-- | src/tar.h | 17 |
1 files changed, 0 insertions, 17 deletions
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 <stdio.h> - -int -tarball_write_from_directory( - const FILE *const fd, - const char *const directory_path -); - -#ifdef TEST -void -unit_tests_tar(void); -#endif - -#endif |