From c0074cb7d7d52cfb6e958b20b95a0be3b90a8705 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 22 Aug 2021 12:45:11 -0300 Subject: src/lib.c: Write repo_tarballs_refs_each, calling stub tarzify() function --- src/tar.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tar.h') 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 -- cgit v1.2.3