nclude/nuttx/fs/binfs.h: Fix warning: Type defaults to 'int' in declaration of 'mountpt_operations'

This commit is contained in:
Xiang Xiao 2018-08-27 05:50:52 -06:00 committed by Gregory Nutt
parent 1d9546ac1b
commit c139478f60

View File

@ -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;
/****************************************************************************