diff options
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 |