| 208 | } |
| 209 | |
| 210 | static module_dependency_t *get_deps_fetch_fs_load(const param_export_t *param) |
| 211 | { |
| 212 | if (*(int *)param->param_pointer <= 0) |
| 213 | return NULL; |
| 214 | |
| 215 | return alloc_module_dep(MOD_TYPE_DEFAULT, "freeswitch", DEP_ABORT); |
| 216 | } |
| 217 | |
| 218 | static const dep_export_t deps = { |
| 219 | { /* OpenSIPS module dependencies */ |
nothing calls this directly
no test coverage detected