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

    r457 r485  
    207207 * to kernel TXT0, because these streams must be defined for all user processes.
    208208 ********************************************************************************************/
    209 void process_init_create();
     209void process_init_create( void );
    210210
    211211/*********************************************************************************************
     
    444444 * @ returns true if file descriptor array full.
    445445 ********************************************************************************************/
    446 bool_t process_fd_array_full();
     446bool_t process_fd_array_full( void );
    447447
    448448/*********************************************************************************************
     
    514514 * @ return TXT terminal index if succes / kernel panic if no terminal found.
    515515 ********************************************************************************************/
    516 uint32_t process_txt_alloc();
     516uint32_t process_txt_alloc( void );
    517517
    518518/*********************************************************************************************
Note: See TracChangeset for help on using the changeset viewer.