Fix return value of kos_fuse_init.
This commit is contained in:
parent
e4f0d7962b
commit
48a782e407
@ -23,7 +23,7 @@ struct bdfe {
|
||||
#define KF_LABEL 0x08
|
||||
#define KF_FOLDER 0x10
|
||||
|
||||
bool kos_fuse_init(int fd);
|
||||
void *kos_fuse_init(int fd);
|
||||
uint8_t *kos_fuse_readdir(const char *path, off_t offset);
|
||||
void *kos_fuse_getattr(const char *path);
|
||||
long *kos_fuse_read(const char *path, char *buf, size_t size, off_t offset);
|
||||
|
Loading…
Reference in New Issue
Block a user