5 lines
161 B
C
5 lines
161 B
C
#pragma once
|
|
|
|
int mufs_mkpath(struct mufs *fs, const char *path, struct mufs_tree *subtree,
|
|
unsigned type);
|
|
int mufs_rmpath(struct mufs *fs, const char *path);
|