summaryrefslogtreecommitdiffstats
path: root/twrpTar.h
diff options
context:
space:
mode:
Diffstat (limited to 'twrpTar.h')
-rw-r--r--twrpTar.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/twrpTar.h b/twrpTar.h
new file mode 100644
index 000000000..c5b13d4f7
--- /dev/null
+++ b/twrpTar.h
@@ -0,0 +1,7 @@
+#ifndef _TWRPTAR_HEADER
+#define _TWRPTAR_HEADER
+
+ssize_t write_tar(int fd, const void *buffer, size_t size);
+
+#endif // _TWRPTAR_HEADER
+