Changeset f0cc1c64 in mainline for uspace/lib/c/include/loc.h
- Timestamp:
- 2025-06-20T19:26:13Z (2 days ago)
- Children:
- 817cb83
- Parents:
- f0360ec (diff), 5caad1d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/loc.h
rf0360ec rf0cc1c64 1 1 /* 2 * Copyright (c) 202 3Jiri Svoboda2 * Copyright (c) 2025 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 49 49 extern errno_t loc_server_register(const char *, loc_srv_t **); 50 50 extern void loc_server_unregister(loc_srv_t *); 51 extern errno_t loc_service_register(loc_srv_t *, const char *, service_id_t *); 51 extern errno_t loc_service_register(loc_srv_t *, const char *, port_id_t, 52 service_id_t *); 52 53 extern errno_t loc_service_unregister(loc_srv_t *, service_id_t); 53 54 extern errno_t loc_service_add_to_cat(loc_srv_t *, service_id_t, category_id_t);
Note:
See TracChangeset
for help on using the changeset viewer.