diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2023-10-06 08:55:34 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2023-10-06 08:55:34 (GMT) |
commit | 2553a987f2d8ba35d839152a35392ca29b409841 (patch) | |
tree | 5388aa8f2432791963e3a92d0c8845908e33db37 /src | |
parent | 1e28e6b94d5561129162d760d99bcf1e81f9528c (diff) |
Extend the Python API for ROST (items and literals).
Diffstat (limited to 'src')
-rw-r--r-- | src/rost.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,6 +45,7 @@ #include "core/global.h" #include "core/logs.h" #include "core/paths.h" +#include "plugins/pglist.h" @@ -369,6 +370,8 @@ int main(int argc, char **argv) if (!load_all_core_components(true)) goto done; + init_all_plugins(true); + /* Traitement des recherches */ if ((optind + 0) == argc) |