mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 16:11:56 +08:00
Fix a ommission in the last changes to the unbind() method prototype
This commit is contained in:
+2
-1
@@ -84,7 +84,8 @@ static int binfs_rewinddir(FAR struct inode *mountpt,
|
||||
|
||||
static int binfs_bind(FAR struct inode *blkdriver, FAR const void *data,
|
||||
FAR void **handle);
|
||||
static int binfs_unbind(FAR void *handle, FAR struct inode **blkdriver);
|
||||
static int binfs_unbind(FAR void *handle, FAR struct inode **blkdriver,
|
||||
unsigned int flags);
|
||||
static int binfs_statfs(FAR struct inode *mountpt,
|
||||
FAR struct statfs *buf);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user