aboutsummaryrefslogtreecommitdiff
path: root/src/tar.h
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-14 14:07:43 -0300
committerEuAndreh <eu@euandre.org>2023-04-14 14:08:18 -0300
commit7afce21a30355068a4bdd186b44d79dd37d94937 (patch)
tree13dbb2350efc192a64ee7e738d5d4dd343fa789b /src/tar.h
parentrm -rf aux/ (diff)
downloadgistatic-7afce21a30355068a4bdd186b44d79dd37d94937.tar.gz
gistatic-7afce21a30355068a4bdd186b44d79dd37d94937.tar.xz
Cleanup repo, reinit in sh
Diffstat (limited to 'src/tar.h')
-rw-r--r--src/tar.h17
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