diff options
author | EuAndreh <eu@euandre.org> | 2021-08-22 12:45:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-22 12:45:11 -0300 |
commit | c0074cb7d7d52cfb6e958b20b95a0be3b90a8705 (patch) | |
tree | bb7e1c7ad19ce10914301da23e216ea45241fc5e /src/tar.h | |
parent | src/lib.c: Tweak test_start() name (diff) | |
download | gistatic-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |