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/devfs.h

    r407 r484  
    6464 * @ return a pointer on the created context / return NULL if failure.
    6565 ****************************************************************************************/
    66 devfs_ctx_t * devfs_ctx_alloc();
     66devfs_ctx_t * devfs_ctx_alloc( void );
    6767
    6868/*****************************************************************************************
Note: See TracChangeset for help on using the changeset viewer.