Changeset 64ffd83 in mainline for uspace/lib/c/include/vol.h


Ignore:
Timestamp:
2018-07-24T09:43:38Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bec18a9
Parents:
05208d9
git-author:
Jiri Svoboda <jiri@…> (2018-07-23 18:41:45)
git-committer:
Jiri Svoboda <jiri@…> (2018-07-24 09:43:38)
Message:

Configuring mount point for (newly created) paritions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/vol.h

    r05208d9 r64ffd83  
    5151extern errno_t vol_part_empty(vol_t *, service_id_t);
    5252extern errno_t vol_part_get_lsupp(vol_t *, vol_fstype_t, vol_label_supp_t *);
    53 extern errno_t vol_part_mkfs(vol_t *, service_id_t, vol_fstype_t, const char *);
     53extern errno_t vol_part_mkfs(vol_t *, service_id_t, vol_fstype_t, const char *,
     54    const char *);
    5455
    5556extern errno_t vol_fstype_format(vol_fstype_t, char **);
    5657extern errno_t vol_pcnt_fs_format(vol_part_cnt_t, vol_fstype_t, char **);
     58extern errno_t vol_mountp_validate(const char *);
    5759
    5860#endif
Note: See TracChangeset for help on using the changeset viewer.