aboutsummaryrefslogtreecommitdiff
path: root/src/tar.h
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-22 13:30:37 -0300
committerEuAndreh <eu@euandre.org>2021-08-22 13:30:37 -0300
commit9fdbfe3875cbadeb9b99886791b0b9526a11a08a (patch)
tree988dc0a5ce4d50c91bec5786e19cc87e5bc42a20 /src/tar.h
parentsrc/: s/tarzify/tarball_write_from_directory/g (diff)
downloadgistatic-9fdbfe3875cbadeb9b99886791b0b9526a11a08a.tar.gz
gistatic-9fdbfe3875cbadeb9b99886791b0b9526a11a08a.tar.xz
re 's/write_tarball_from_directory/tarball_write_from_directory/g'
Diffstat (limited to 'src/tar.h')
-rw-r--r--src/tar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tar.h b/src/tar.h
index 181b7bb..796ca9d 100644
--- a/src/tar.h
+++ b/src/tar.h
@@ -1,7 +1,7 @@
#ifndef GISTATIC_TAR_H
#define GISTATIC_TAR_H
-int write_tarball_from_directory(const char *const directory_path);
+int tarball_write_from_directory(const char *const directory_path);
#ifdef TEST
void unit_tests_tar(void);