mufs: remove type argument from mufs_rmpath()

This commit is contained in:
S.J.R. van Schaik 2017-06-12 15:32:44 +02:00
parent e837c07869
commit 3b531e868b
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#pragma once
int mufs_mkpath(struct mufs *fs, const char *path, unsigned type);
int mufs_rmpath(struct mufs *fs, const char *path, unsigned type);
int mufs_rmpath(struct mufs *fs, const char *path);