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

    r459 r485  
    157157 *   the RPC thead to execute.
    158158 **********************************************************************************/
    159 void rpc_check();
     159void rpc_check( void );
    160160
    161161/***********************************************************************************
     
    171171 * This function contains the infinite loop executed by a RPC thread.
    172172 **********************************************************************************/
    173 void rpc_thread_func();
     173void rpc_thread_func( void );
    174174
    175175/***********************************************************************************
Note: See TracChangeset for help on using the changeset viewer.