Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/amachronic/microtar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/microtar.h')
-rw-r--r--src/microtar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microtar.h b/src/microtar.h
index d42bda6..3d62134 100644
--- a/src/microtar.h
+++ b/src/microtar.h
@@ -108,6 +108,7 @@ int mtar_close(mtar_t* tar);
int mtar_is_open(mtar_t* tar);
const mtar_header_t* mtar_get_header(const mtar_t* tar);
+int mtar_access_mode(const mtar_t* tar);
int mtar_rewind(mtar_t* tar);
int mtar_next(mtar_t* tar);