Changeset bff8619 in mainline for uspace/srv/volsrv/volume.h
- Timestamp:
- 2024-08-20T22:07:31Z (3 months ago)
- Branches:
- master
- Children:
- ac9b4f2
- Parents:
- a3ba37d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/volsrv/volume.h
ra3ba37d rbff8619 1 1 /* 2 * Copyright (c) 20 18Jiri Svoboda2 * Copyright (c) 2024 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 42 42 43 43 extern errno_t vol_volumes_create(const char *, vol_volumes_t **); 44 extern errno_t vol_volumes_sync(vol_volumes_t *); 44 45 extern void vol_volumes_destroy(vol_volumes_t *); 45 46 extern errno_t vol_volume_lookup_ref(vol_volumes_t *, const char *,
Note:
See TracChangeset
for help on using the changeset viewer.