summaryrefslogtreecommitdiff
path: root/plugins/dexbnf
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-04-04 21:57:54 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-04-04 21:57:54 (GMT)
commit286ba13e0a5e908f9ebe67286bb6006adb4102fc (patch)
tree06d1ef353ae623c579a8fff5a74d22ecc0b9b862 /plugins/dexbnf
parentc1cac2ce69f01deb99c5c91a803dfa04af90ef14 (diff)
Simplified the plugin interface.
Diffstat (limited to 'plugins/dexbnf')
-rw-r--r--plugins/dexbnf/core.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/dexbnf/core.c b/plugins/dexbnf/core.c
index 4cdf26b..2b9408a 100644
--- a/plugins/dexbnf/core.c
+++ b/plugins/dexbnf/core.c
@@ -26,7 +26,7 @@
#include <config.h>
#include <core/demanglers.h>
-#include <plugins/plugin-def.h>
+#include <plugins/self.h>
#include "demangler.h"
@@ -43,7 +43,8 @@
-DEFINE_CHRYSALIDE_PLUGIN("GDexBnfPlugin", "dexbnf", "Symbol demangler for Dex", "0.1.0",
+DEFINE_CHRYSALIDE_PLUGIN("DexBnf", "Dex symbol demangling",
+ PACKAGE_VERSION, CHRYSALIDE_WEBSITE("doc/mangling"),
PG_REQ, AL(PGA_PLUGIN_INIT));