fs/inode/inode.h: Fix a warning 'inode/inode.h:264:45: error: 'struct stat' declared inside parameter list' by adding a forward reference to struct stat. Noted by David Sidrane.
This commit is contained in:
parent
78fa87c7db
commit
a2e74f2583
|
@ -261,6 +261,7 @@ int inode_find(FAR struct inode_search_s *desc);
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
struct stat; /* Forward reference */
|
||||
int inode_stat(FAR struct inode *inode, FAR struct stat *buf);
|
||||
|
||||
/****************************************************************************
|
||||
|
|
Loading…
Reference in New Issue