Changeset 07b39338 in mainline for uspace/lib/c/include/loc.h
- Timestamp:
- 2011-08-20T18:21:49Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6ab014d
- Parents:
- 0cf27ee (diff), f00af83 (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
r0cf27ee r07b39338 40 40 #include <bool.h> 41 41 42 typedef void (*loc_cat_change_cb_t)(void); 43 42 44 extern async_exch_t *loc_exchange_begin_blocking(loc_interface_t); 43 45 extern async_exch_t *loc_exchange_begin(loc_interface_t); … … 48 50 extern int loc_service_register_with_iface(const char *, service_id_t *, 49 51 sysarg_t); 52 extern int loc_service_unregister(service_id_t); 50 53 extern int loc_service_add_to_cat(service_id_t, category_id_t); 51 54 … … 73 76 extern size_t loc_get_services(service_id_t, loc_sdesc_t **); 74 77 extern int loc_get_categories(category_id_t **, size_t *); 78 extern int loc_register_cat_change_cb(loc_cat_change_cb_t); 75 79 76 80
Note:
See TracChangeset
for help on using the changeset viewer.