Changeset 2d78d88 in mainline for uspace/srv/volsrv/part.h


Ignore:
Timestamp:
2018-07-25T17:04:03Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
efa3136
Parents:
bec18a9
Message:

Modifying mount point for a partition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/volsrv/part.h

    rbec18a9 r2d78d88  
    5757extern errno_t vol_part_mkfs_part(vol_part_t *, vol_fstype_t, const char *,
    5858    const char *);
     59extern errno_t vol_part_set_mountp_part(vol_part_t *, const char *);
    5960extern errno_t vol_part_get_info(vol_part_t *, vol_part_info_t *);
    6061
Note: See TracChangeset for help on using the changeset viewer.