Changes in uspace/lib/futil/include/futil.h [a188131:5df2570] in mainline
- File:
-
- 1 edited
-
uspace/lib/futil/include/futil.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/futil/include/futil.h
ra188131 r5df2570 1 1 /* 2 * Copyright (c) 202 5Jiri Svoboda2 * Copyright (c) 2026 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 46 46 extern errno_t futil_copy_file(futil_t *, const char *, const char *); 47 47 extern errno_t futil_rcopy_contents(futil_t *, const char *, const char *); 48 extern errno_t futil_get_file(futil_t *, const char *, void **, size_t *);49 48 50 49 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
