Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/futil/include/futil.h

    ra188131 r5df2570  
    11/*
    2  * Copyright (c) 2025 Jiri Svoboda
     2 * Copyright (c) 2026 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    4646extern errno_t futil_copy_file(futil_t *, const char *, const char *);
    4747extern 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 *);
    4948
    5049#endif
Note: See TracChangeset for help on using the changeset viewer.