diff options
author | EuAndreh <eu@euandre.org> | 2021-08-22 13:30:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-22 13:30:37 -0300 |
commit | 9fdbfe3875cbadeb9b99886791b0b9526a11a08a (patch) | |
tree | 988dc0a5ce4d50c91bec5786e19cc87e5bc42a20 /src/tar.c | |
parent | src/: s/tarzify/tarball_write_from_directory/g (diff) | |
download | gistatic-9fdbfe3875cbadeb9b99886791b0b9526a11a08a.tar.gz gistatic-9fdbfe3875cbadeb9b99886791b0b9526a11a08a.tar.xz |
re 's/write_tarball_from_directory/tarball_write_from_directory/g'
Diffstat (limited to '')
-rw-r--r-- | src/tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #include "config.h" #include "tar.h" -int write_tarball_from_directory(const char *const directory_path) { +int tarball_write_from_directory(const char *const directory_path) { (void)directory_path; return 0; } |