Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/loader/pcb.h

    rbb9ec2d r17341d4  
    4141typedef void (*entry_point_t)(void);
    4242
    43 struct pcb_inbox_entry {
    44         char *name;
    45         int file;
    46 };
    47 
    4843/** Program Control Block.
    4944 *
     
    6560        char **argv;
    6661       
    67         /** List of inbox files. */
    68         struct pcb_inbox_entry *inbox;
    69         int inbox_entries;
     62        /** Number of preset files. */
     63        unsigned int filc;
    7064       
    7165        /*
Note: See TracChangeset for help on using the changeset viewer.