Ignore:
File:
1 edited

Legend:

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

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