nclude/nuttx/fs/binfs.h: Fix warning: Type defaults to 'int' in declaration of 'mountpt_operations'
This commit is contained in:
parent
1d9546ac1b
commit
c139478f60
@ -68,7 +68,7 @@ extern "C"
|
||||
* It is typically mounted under /bin.
|
||||
*/
|
||||
|
||||
EXTERN mountpt_operations;
|
||||
struct mountpt_operations;
|
||||
EXTERN const struct mountpt_operations binfs_operations;
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user