Changeset 6f13257 in mainline for uspace/app/hrctl/hrctl.c
- Timestamp:
- 2025-05-20T11:01:31Z (2 weeks ago)
- Children:
- c5b60e25
- Parents:
- a2281efc
- git-author:
- Miroslav Cimerman <mc@…> (2025-05-20 10:55:15)
- git-committer:
- Miroslav Cimerman <mc@…> (2025-05-20 11:01:31)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hrctl/hrctl.c
ra2281efc r6f13257 48 48 #define NAME "hrctl" 49 49 50 static void 51 static errno_t 50 static void usage(void); 51 static errno_t fill_config_devs(int, char **, hr_config_t *); 52 52 static errno_t get_vol_configs_from_sif(const char *, hr_config_t **, size_t *); 53 53
Note:
See TracChangeset
for help on using the changeset viewer.