Changeset 278ac72 in mainline for uspace/lib/c/include


Ignore:
Timestamp:
2011-08-16T15:35:56Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
30c78c0
Parents:
16dc887
Message:

Add API for getting list of categories.

Location:
uspace/lib/c/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/loc.h

    r16dc887 r278ac72  
    6363        LOC_GET_NAMESPACE_COUNT,
    6464        LOC_GET_SERVICE_COUNT,
     65        LOC_GET_CATEGORIES,
    6566        LOC_GET_NAMESPACES,
    6667        LOC_GET_SERVICES
  • uspace/lib/c/include/loc.h

    r16dc887 r278ac72  
    7070extern size_t loc_get_namespaces(loc_sdesc_t **);
    7171extern size_t loc_get_services(service_id_t, loc_sdesc_t **);
     72extern int loc_get_categories(category_id_t **, size_t *);
     73
    7274
    7375#endif
Note: See TracChangeset for help on using the changeset viewer.