| 349 | static void reap_plugins(void); |
| 350 | |
| 351 | bool plugin_is_forced(struct st_plugin_int *p) |
| 352 | { |
| 353 | return p->load_option == PLUGIN_FORCE || |
| 354 | p->load_option == PLUGIN_FORCE_PLUS_PERMANENT; |
| 355 | } |
| 356 | |
| 357 | /** |
| 358 | Check if the provided path is valid in the sense that it does cause |
no outgoing calls