summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2023-10-06 08:55:34 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2023-10-06 08:55:34 (GMT)
commit2553a987f2d8ba35d839152a35392ca29b409841 (patch)
tree5388aa8f2432791963e3a92d0c8845908e33db37 /src
parent1e28e6b94d5561129162d760d99bcf1e81f9528c (diff)
Extend the Python API for ROST (items and literals).
Diffstat (limited to 'src')
-rw-r--r--src/rost.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rost.c b/src/rost.c
index 1d4929f..d47237d 100644
--- a/src/rost.c
+++ b/src/rost.c
@@ -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)