aboutsummaryrefslogtreecommitdiff
path: root/src/tar.h
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-22 12:45:11 -0300
committerEuAndreh <eu@euandre.org>2021-08-22 12:45:11 -0300
commitc0074cb7d7d52cfb6e958b20b95a0be3b90a8705 (patch)
treebb7e1c7ad19ce10914301da23e216ea45241fc5e /src/tar.h
parentsrc/lib.c: Tweak test_start() name (diff)
downloadgistatic-c0074cb7d7d52cfb6e958b20b95a0be3b90a8705.tar.gz
gistatic-c0074cb7d7d52cfb6e958b20b95a0be3b90a8705.tar.xz
src/lib.c: Write repo_tarballs_refs_each, calling stub tarzify() function
Diffstat (limited to 'src/tar.h')
-rw-r--r--src/tar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tar.h b/src/tar.h
index 29c75bc..933fbf2 100644
--- a/src/tar.h
+++ b/src/tar.h
@@ -1,6 +1,8 @@
#ifndef GISTATIC_TAR_H
#define GISTATIC_TAR_H
+int tarzify(const char *const directory_path);
+
#ifdef TEST
void unit_tests_tar(void);
#endif