changeset 138 | a716c621cb90 |
parent 134 | 978041c1c04d |
child 180 | 22967b165692 |
137:c607c357c486 | 138:a716c621cb90 |
---|---|
100 } |
100 } |
101 |
101 |
102 |
102 |
103 const char* module_name (struct module *module) |
103 const char* module_name (struct module *module) |
104 { |
104 { |
105 return module->info.name; |
105 return module ? module->info.name : NULL; |
106 } |
106 } |
107 |
107 |
108 /** |
108 /** |
109 * Load the symbol named "<module>_<suffix>". |
109 * Load the symbol named "<module>_<suffix>". |
110 */ |
110 */ |