fix: Project file creation issues

This commit is contained in:
WerWolv
2023-01-01 21:46:41 +01:00
parent 78e52a0fe3
commit a20d6aa2b2
3 changed files with 16 additions and 55 deletions

View File

@@ -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);