Changeset 5a6cc679 in mainline for uspace/app/sysinst/futil.h
- Timestamp:
- 2018-01-31T02:21:24Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- File:
-
- 1 edited
-
uspace/app/sysinst/futil.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sysinst/futil.h
r132ab5d1 r5a6cc679 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.
