Changeset b7fd2a0 in mainline for uspace/app/sysinst/futil.h
- Timestamp:
- 2018-01-13T03:10:29Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sysinst/futil.h
r36f0738 rb7fd2a0 41 41 #include <stddef.h> 42 42 43 extern int futil_copy_file(const char *, const char *);44 extern int futil_rcopy_contents(const char *, const char *);45 extern int futil_get_file(const char *, void **, size_t *);43 extern errno_t futil_copy_file(const char *, const char *); 44 extern errno_t futil_rcopy_contents(const char *, const char *); 45 extern errno_t futil_get_file(const char *, void **, size_t *); 46 46 47 47 #endif
Note:
See TracChangeset
for help on using the changeset viewer.