aboutsummaryrefslogtreecommitdiff
path: root/src/tar.h
diff options
context:
space:
mode:
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