Ignore:
Timestamp:
Aug 21, 2018, 9:52:37 PM (6 years ago)
Author:
viala@…
Message:

[fs] Add void type to function prototypes with no parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/fs/fatfs.h

    r457 r484  
    215215 * This function display the content of the FATFS context.
    216216 *****************************************************************************************/
    217 void fatfs_ctx_display();
     217void fatfs_ctx_display( void );
    218218
    219219
     
    228228 * @ return a pointer on the created context / return NULL if failure.
    229229 *****************************************************************************************/
    230 fatfs_ctx_t * fatfs_ctx_alloc();
     230fatfs_ctx_t * fatfs_ctx_alloc( void );
    231231
    232232/*****************************************************************************************
Note: See TracChangeset for help on using the changeset viewer.