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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microtar.h b/src/microtar.h
index 6d45183..7a9be2a 100644
--- a/src/microtar.h
+++ b/src/microtar.h
@@ -106,7 +106,7 @@ void mtar_init(mtar_t* tar, int access, const mtar_ops_t* ops, void* stream);
int mtar_close(mtar_t* tar);
int mtar_is_open(mtar_t* tar);
-const mtar_header_t* mtar_get_header(const mtar_t* tar);
+mtar_header_t* mtar_get_header(mtar_t* tar);
int mtar_access_mode(const mtar_t* tar);
int mtar_rewind(mtar_t* tar);