Changes in uspace/lib/c/include/loc.h [f302586:3e6a98c5] in mainline
- File:
-
- 1 edited
-
uspace/lib/c/include/loc.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/loc.h
rf302586 r3e6a98c5 38 38 #include <ipc/loc.h> 39 39 #include <async.h> 40 #include < bool.h>40 #include <stdbool.h> 41 41 42 42 typedef void (*loc_cat_change_cb_t)(void); … … 56 56 unsigned int); 57 57 extern int loc_service_get_name(service_id_t, char **); 58 extern int loc_service_get_server_name(service_id_t, char **); 58 59 extern int loc_namespace_get_id(const char *, service_id_t *, 59 60 unsigned int);
Note:
See TracChangeset
for help on using the changeset viewer.
