Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/program.h

    rb7fd2a0 r9d58539  
    3232#include "mytypes.h"
    3333
    34 errno_t program_file_process(stree_program_t *program, const char *fname);
    35 errno_t program_lib_process(stree_program_t *program);
     34int program_file_process(stree_program_t *program, const char *fname);
     35int program_lib_process(stree_program_t *program);
    3636
    3737#endif
Note: See TracChangeset for help on using the changeset viewer.