mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
fix: Project file creation issues
This commit is contained in:
1
lib/external/microtar/include/microtar.h
vendored
1
lib/external/microtar/include/microtar.h
vendored
@@ -71,7 +71,6 @@ struct mtar_t {
|
||||
const char *mtar_strerror(int err);
|
||||
|
||||
int mtar_open(mtar_t *tar, const char *filename, const char *mode);
|
||||
int mtar_wopen(mtar_t *tar, const wchar_t *filename, const wchar_t *mode);
|
||||
int mtar_close(mtar_t *tar);
|
||||
|
||||
int mtar_seek(mtar_t *tar, unsigned pos);
|
||||
|
||||
Reference in New Issue
Block a user