diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2019-05-12 08:13:40 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2019-05-12 08:13:40 (GMT) |
commit | 56320dc74baf04854b36d045b4ef8987dffdd2c5 (patch) | |
tree | 0506b69e7103e48449135c1ac5bc98aae94c983f /plugins/readelf | |
parent | 8a1a07f50f78e4a4f32d41c80db6c40e6c6225f3 (diff) |
Updated some plugin interfaces.
Diffstat (limited to 'plugins/readelf')
-rw-r--r-- | plugins/readelf/reader.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/readelf/reader.c b/plugins/readelf/reader.c index ba4d17a..4e4e768 100644 --- a/plugins/readelf/reader.c +++ b/plugins/readelf/reader.c @@ -35,8 +35,8 @@ -DEFINE_CHRYSALIDE_ACTIVE_PLUGIN("GElfReaderPlugin", "readelf", "Displays information about ELF files", "0.2.0", - PGA_FORMAT_PRELOAD); +DEFINE_CHRYSALIDE_PLUGIN("GElfReaderPlugin", "readelf", "Displays information about ELF files", "0.2.0", + NO_REQ, AL(PGA_FORMAT_PRELOAD)); /****************************************************************************** |