aboutsummaryrefslogtreecommitdiff
path: root/src/tar.h
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-19 16:14:36 -0300
committerEuAndreh <eu@euandre.org>2021-08-19 16:14:36 -0300
commitc360a578093d760dd68929486a39b6ee2f15a689 (patch)
tree443d8e0a2fb96463b63a2fb459bf1dcd81057874 /src/tar.h
parenttests/c-lint.sh: Add more strict linting rules (diff)
downloadgistatic-c360a578093d760dd68929486a39b6ee2f15a689.tar.gz
gistatic-c360a578093d760dd68929486a39b6ee2f15a689.tar.xz
src/tar.{h,c}: Add src/tar.h
Diffstat (limited to 'src/tar.h')
-rw-r--r--src/tar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tar.h b/src/tar.h
new file mode 100644
index 0000000..09d1c18
--- /dev/null
+++ b/src/tar.h
@@ -0,0 +1,3 @@
+#ifndef GISTATIC_TAR_H
+#define GISTATIC_TAR_H
+#endif