summaryrefslogtreecommitdiff
path: root/plugins/dexbnf/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dexbnf/core.c')
-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));