Fix a ommission in the last changes to the unbind() method prototype

This commit is contained in:
Gregory Nutt 2015-03-14 18:14:54 -06:00
parent b886cf9f65
commit e3bffdf92d
1 changed files with 2 additions and 1 deletions

View File

@ -84,7 +84,8 @@ static int binfs_rewinddir(FAR struct inode *mountpt,
static int binfs_bind(FAR struct inode *blkdriver, FAR const void *data, static int binfs_bind(FAR struct inode *blkdriver, FAR const void *data,
FAR void **handle); 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, static int binfs_statfs(FAR struct inode *mountpt,
FAR struct statfs *buf); FAR struct statfs *buf);