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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/rpc.c

    r473 r485  
    225225
    226226////////////////
    227 void rpc_check()
     227void rpc_check( void )
    228228{
    229229    error_t         error;
     
    322322
    323323//////////////////////
    324 void rpc_thread_func()
     324void rpc_thread_func( void )
    325325{
    326326    error_t         empty;              // local RPC fifo state
Note: See TracChangeset for help on using the changeset viewer.