Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/include/adt/module_map.h

    raaa3f33a r25d2de69  
    4848typedef struct module_struct module_t;
    4949
     50/** Type definition of the module structure pointer.
     51 * @see module_struct
     52 */
     53typedef module_t *module_ref;
     54
    5055/** Module map.
    5156 * Sorted by module names.
     
    7277};
    7378
    74 extern int add_module(module_t **, modules_t *, const char *, const char *,
     79extern int add_module(module_ref *, modules_ref, const char *, const char *,
    7580    services_t, task_id_t, connect_module_t *);
    76 extern module_t *get_running_module(modules_t *, char *);
     81extern module_ref get_running_module(modules_ref, char *);
    7782extern task_id_t spawn(const char *);
    7883
Note: See TracChangeset for help on using the changeset viewer.