Changeset aaa3f33a in mainline for uspace/lib/net/include/adt/module_map.h
- Timestamp:
- 2010-11-19T21:26:08Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a7811f17, cc3c2a1c
- Parents:
- 4eca056
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/adt/module_map.h
r4eca056 raaa3f33a 72 72 }; 73 73 74 extern int add_module(module_t **, modules_ ref, const char *, const char *,74 extern int add_module(module_t **, modules_t *, const char *, const char *, 75 75 services_t, task_id_t, connect_module_t *); 76 extern module_t *get_running_module(modules_ ref, char *);76 extern module_t *get_running_module(modules_t *, char *); 77 77 extern task_id_t spawn(const char *); 78 78
Note:
See TracChangeset
for help on using the changeset viewer.