Ignore:
Timestamp:
2009-06-03T22:47:08Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
99272a3
Parents:
98000fb
Message:

rename libc's fs_node_t to inode_t to avoid type conflict with VFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/loader/loader.h

    r98000fb r301ff30  
    5151extern int loader_set_pathname(loader_t *, const char *);
    5252extern int loader_set_args(loader_t *, char *const[]);
    53 extern int loader_set_files(loader_t *, fs_node_t *const[]);
     53extern int loader_set_files(loader_t *, inode_t *const[]);
    5454extern int loader_load_program(loader_t *);
    5555extern int loader_run(loader_t *);
Note: See TracChangeset for help on using the changeset viewer.