Changeset 278ac72 in mainline for uspace/lib/c/include
- Timestamp:
- 2011-08-16T15:35:56Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 30c78c0
- Parents:
- 16dc887
- Location:
- uspace/lib/c/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/loc.h
r16dc887 r278ac72 63 63 LOC_GET_NAMESPACE_COUNT, 64 64 LOC_GET_SERVICE_COUNT, 65 LOC_GET_CATEGORIES, 65 66 LOC_GET_NAMESPACES, 66 67 LOC_GET_SERVICES -
uspace/lib/c/include/loc.h
r16dc887 r278ac72 70 70 extern size_t loc_get_namespaces(loc_sdesc_t **); 71 71 extern size_t loc_get_services(service_id_t, loc_sdesc_t **); 72 extern int loc_get_categories(category_id_t **, size_t *); 73 72 74 73 75 #endif
Note:
See TracChangeset
for help on using the changeset viewer.